Determine the total number of pairs of positive integers (a,b) that satisfy both the following conditions:
(I) GCD(a, b)=1
(II) a/b + 14b/9a is an integer.
I thought this puzzle seemed familiar with the 14/9 ratio. It wasn't until today that I found its earlier occurrence; where I had already solved it with a number-theory approach:
Fraction Sum Satisfaction
http://perplexus.info/show.php?pid=9064