We have x , y ∈ Z and
2 x y − 5 x + y = 5 5
The solutions are ( x 1 , y 1 ) , ( x 2 , y 2 ) , … , ( x n , y n ) . And the number of such pairs is n .
Then find i = 1 ∑ n ( x i + y i ) + 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.
Nice solution
Nice approach!!
Rewrite the equation as
( 2 x + 1 ) ( y − 2 5 ) + 2 5 = 5 5 ⟹ ( 2 x + 1 ) ( 2 y − 5 ) = 1 0 5 .
We can factor 1 0 5 as a product of 2 integers in 1 6 "ordered" ways, namely
1 ∗ 1 0 5 = 3 ∗ 3 5 = 5 ∗ 2 1 = 7 ∗ 1 5 = 1 5 ∗ 7 = 2 1 ∗ 5 = 3 5 ∗ 3 = 1 0 5 ∗ 1 =
( − 1 ) ( − 1 0 5 ) = ( − 3 ) ( − 3 5 ) = ( − 5 ) ( − 2 1 ) = ( − 7 ) ( − 1 5 ) = ( − 1 5 ) ( − 7 ) =
( − 2 1 ) ( − 5 ) = ( − 3 5 ) ( − 3 ) = ( − 1 0 5 ) ( − 1 ) .
We then in turn equate ( 2 x + 1 ) and ( 2 y − 5 ) to the respective first and second elements of these 1 6 products to obtain the following solution pairs ( x , y ) :
( 0 , 5 5 ) , ( 1 , 2 0 ) , ( 2 , 1 3 ) , ( 3 , 1 0 ) , ( 7 , 6 ) , ( 1 0 , 5 ) , ( 1 7 , 4 ) , ( 5 2 , 3 ) , ( − 1 , − 5 0 ) ,
( − 2 , − 1 5 ) , ( − 3 , − 8 ) , ( − 4 , − 5 ) , ( − 8 , − 1 ) , ( − 1 1 , 0 ) , ( − 1 8 , 1 ) , ( − 5 3 , 2 ) .
Adding up all 1 6 x i and y i values and then adding x = 1 6 gives us a solution of 4 8 .
Neat Solution,sir!
The problem itself lists the solutions as ( x 1 , y 1 ) , ( x 2 , y 2 ) , . ( x n , y n ) and the upper limit of the summation is also n . Therefore, logically the number of solutions should be designated as n .
Thanks,Sir! I made the required changes.
Problem Loading...
Note Loading...
Set Loading...
The equation can be rewrite as
( 2 x + 1 ) ( 2 y − 5 ) = 1 0 5 = 3 × 5 × 7
Let a , b be ( 2 x + 1 ) , ( 2 y − 5 ) respectively.
The number of divisors of 1 0 5 is ( 1 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 8 . So, the number of pairs of ( a , b ) is 16 (consider negatives), x = 1 6 .
The tricky part is the sum. For every 2 x + 1 = k , there must exist another 2 y − 5 = − k . For example, ( 1 , 1 0 5 ) and ( − 1 0 5 , − 1 ) . So we have
2 x + 1 + 2 y − 5 x + y = k − k = 2
With this in hand, the sum of all pairs is 1 6 ∗ 2 .
Therefore, our desired answer is 3 2 + 1 6 = 4 8