Let ( x 1 , y 1 ) , ( x 2 , y 2 ) , … , ( x n , y n ) be the integer solutions of the system of equations.
{ x x + y = y 1 2 y x + y = x 3
Find the value of i = 1 ∑ n ( x i + y i ) .
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.
Well written, covering all the cases. I was surprised that there were so many solutions.
Note that the condition for case 3 should be x = − 1 instead of x = 1 . Also, it could be helpful to use another variable instead of x . EG a m = a n .
Log in to reply
I've fixed it. Thank you for pointing that!
Same way I did
Problem Loading...
Note Loading...
Set Loading...
{ x x + y = y 1 2 __(1) y x + y = x 3 __(2)
From equation (2) we get x = y 3 x + y
Substitute in (1) we get
y 3 ( x + y ) 2 = y 1 2
There're 4 cases possible for the equation given
a n = a m
Case 1 : y = 0 . Substitute in (1) we get
x x = 0
Which gives no solution.
Case 2 : y = 1 . Substitute in (1) we get
x x + 1 = 1
Which gives x = 1 , − 1 .
Check the solution in (2) we get that ( − 1 , 1 ) doesn't satisfy the equation.
∴ ( x , y ) = ( 1 , 1 ) .
Case 3 : y = − 1 if 3 ( x + y ) 2 is even (same as 12).
Substitute in (1) we get
x x − 1 = 1
Which gives x = 1 , − 1 .
Check the solution in (2) we get ( − 1 , − 1 ) doesn't satisfy the equation. And we checked that ( 1 , − 1 ) makes 3 ( x + y ) 2 = 0 becomes even.
∴ , ( x , y ) = ( 1 , − 1 )
Case 4 : 3 ( x + y ) 2 = 1 2 we get x + y = ± 6 .
Which means x = y 2 .
x + y = y 2 + y = 6 .
Gives y = 2 , − 3 .
x = 4 , 9 .
Check the answers that ( 4 , 2 ) , ( 9 , − 3 ) both satisfy the solution.
∴ ( x , y ) = ( 4 , 2 ) , ( 9 , − 3 )
Which means x = y − 2
x + y = y − 2 + y = − 6
Which gives no integer solutions.
Therefore, ( x , y ) = ( 1 , 1 ) , ( 1 , − 1 ) , ( 4 , 2 ) , ( 9 , − 3 ) ~~~