If x and y are prime numbers which satisfy x 2 − 2 y 2 = 1 , then find the value of x + y .
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.
If y = 3 then x 2 = 1 9 with no solutions and if y = 3 then x 2 ≡ 2 y 2 + 1 ≡ 0 ( m o d 3 ) ⟹ x = 3 ⟹ y = 2 .
Hence, x + y = 5 .
Problem Loading...
Note Loading...
Set Loading...
x 2 − 2 y 2 = 1 gives us x 2 = 2 y 2 + 1 and hence x must be an odd number. If x = 2 n + 1 , then x 2 = ( 2 n + 1 ) 2 = 4 n 2 + 4 n + 1 = 2 y 2 + 1 .
This means that y 2 = 2 n ( n + 1 ) . This means that y 2 is even and hence y is an even integer.
Now, y is also prime implies that y = 2 . This gives us x = 3 .
Thus the only solution is x = 3 , y = 2 .
∴ x + y = 5