For positive integers where:
and is not divisible by .
Find the sum of all solutions. If the solutions you obtain for example, (x,y) = (1,2) and (3,4) then your answer will be .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Given by the question,
x y = 1 0 0 = 1 0 2 = ( 2 × 5 ) 2 = 2 2 × 5 2
Since x isn't divisible by 2 , the only possible solutions for x are either 5 0 , 5 1 or 5 2 .
Firstly, case where x = 5 0 = 1 attains us with y = 1 1 0 0 = 1 0 0 .
Secondly, case where x = 5 1 attains us with y = 5 1 0 0 = 2 0 .
The last case, where x = 5 2 returns us with y = 2 5 1 0 0 = 4 .
Finally, our solutions are ( x , y ) : ( 1 , 1 0 0 ) , ( 5 , 2 0 ) and ( 2 5 , 4 ) .
Hence our answer is: 1 + 1 0 0 + 5 + 2 0 + 2 5 + 4 = 1 5 5 .