Find all the positive integral solution for x , n such that x 2 + 6 1 5 = 2 n .
Submit your answer as the sum of all possible values of x + n .
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.
It is just This
Log in to reply
Oh I didn't know about. Thanks for the the information
Same as the other solution but to discover that n has to be even take the congruence m o d 3 . x 2 ≡ 2 n − 6 1 5 ≡ ( − 1 ) n m o d 3 . We know that − 1 is not a quadratic residue m o d 3 so n must be even.
Problem Loading...
Note Loading...
Set Loading...
First check whether x , n has to be odd or even. The right hand side has to be even since it is 2 n . So L.H.S has to be even. Since odd+odd=even, x is forced to be odd. Now if we put x as odd, the L.H.S ends in the digits 0 , 4 , 6 . So for 2 n to end in these digits, n is forced to be even. Now keep n = 2 k . x 2 + 6 1 5 = 2 2 k ⇒ 2 2 k − x 2 = 6 1 5 ⇒ ( 2 k + x ) ( 2 k − x ) = 6 1 5 . The factorization of 6 1 5 = 4 1 × 5 × 3 . So after some trial and error we find that 2 k + x = 1 2 3 and 2 k − x = 5 for x , n to be positive integers. By simultaneous solving, we get n = 1 2 and x = 5 9 which is the only solution. So the sum of all possible values of ( x + n ) = 1 2 + 5 9 = 7 1 .