Find all the positive integer solutions ( x ; y ) of the equation: x y + x = 2 0 0 7 y + 2 .
Call S = x 1 + y 1 + x 2 + y 2 + . . . . . . . . . + x n − 1 + y n − 1 + x n + y n which is the value of S ?
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.
Damn it. I forgot that y = 0 cannot be a positive solution -_-
Similar to Ronald Overwater's Solution:
Alternatively, we can isolate y instead of x (for those who blindly isolate y from equations upon sight),
y = 2 0 0 7 − x x − 2 = - 2 0 0 7 − x 2 − x = 2 0 0 7 − x 2 0 0 5 - 1
Factoring 2005 yields:
(2007-x) ; {5, 401, 2005}
--> x = {2002, 1606, 2006}
--> y = {400, 4, 2004}
--> S = 8022
Use Simon's Favourite Factoring Trick....
Problem Loading...
Note Loading...
Set Loading...
x y + x = x ( y + 1 ) = 2 0 0 7 y + 2
x = y + 1 2 0 0 7 y + 2 = 2 0 0 7 − y + 1 2 0 0 5
Factorizing we get 2 0 0 5 = 5 × 4 0 1
So using y > 0 , we get three solutions for ( y + 1 ) : { 5 , 4 0 1 , 2 0 0 5 } , which gives the solutions: ( x , y ) = { ( 1 6 0 6 , 4 ) ; ( 2 0 0 2 , 4 0 0 ) ; ( 2 0 0 6 , 2 0 0 4 ) }
Summing all x and y coordinates we get a sum S = 8 0 2 2