Find the number of pairs of positive integers ( x , y ) that satisfy x 2 − y 2 = 3 1 .
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.
See, now we have 31, which is a prime. So the only way is 1 x 31. So we have x + y = 3 1 . x − y = 1 . Adding, we have 2 x = 3 2 and so x = 1 6 . From the above equations, x + y = 3 1 Substituting x = 1 6 , we have 1 6 + y = 3 1 . which implies y = 3 1 − 1 6 = 1 5 . So there is only one solution.
This answer needs more explanation. the only way to do what?, why are we making x+y and x-y equal to the factors?
Log in to reply
Dont you know x^2 - y^2 = (x+y)(x-y)??????
Log in to reply
I do, but you have reused variables, without making it clear that you are using that.
Problem Loading...
Note Loading...
Set Loading...
let x = y + b , thus y 2 + 2 y b + b 2 − y 2 = 3 1 , simplifying and factoring gives b ( 2 y + b ) = 3 1 .
Now 3 1 is prime, so the only way of making 31 by multplying two numbers would be with 1 × 3 1 . Obviously, 2 y + b must be greater than b , so we let b = 1 and 2 y + b = 3 1 . by substitution, 2 y + 1 = 3 1 , which means y = 1 5 , and x = 1 5 + 1 = 1 6 .
Because the only factors of 31 are 1 and 31, there is only the one solution, 1 6 2 − 1 5 2 = 3 1