Find the sum of all positive integers m and n such that and satisfy the equation:
Note: If you believe that (2,1) is the only solution., then your answer is 2 + 1 = 3.
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.
The equation is expressible as the Pell equation: x^2 - 5y^2 = -1 = (4m+2)^2 - (5)(16n+1)^2.
Since, the norm is -1 and the first non-trivial solution is (2, 1), the general solution of the equation is given by: x(n) + y(n) = (2 - sqrt(5))^(2n+1).
By comparison of the solutions for x and y with 4m + 2 and 16n + 1, we can imply that the sum of all solutions (m,n) for m and n is 1159930.