4 x + 5 y = 3 z
For non-negative integers x , y , z , let triplets { x 1 , y 1 , z 1 } , { x 2 , y 2 , z 2 } … { x n , y n , z n } be the solutions to the equation above,
Submit your answer as i = 1 ∑ n ( x i + y i + z 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.
Problem Loading...
Note Loading...
Set Loading...
First take the cases for x = 0 , y = 0 both will yield no solution. Now x,y,z are natural no.s so 4 x ends in 4 or 6 and 5 y ends in 5 so LHS ends with unit digit 9 or 1 .same applies to Rhs so z is divisible by 4 or gives a remainder 2. Now we take cases. Case1 X = 2j + 1 and z = 4k + 2 so
5 y = ( 3 2 k + 1 + 2 2 j + 1 ) ( 3 2 k + 1 − 2 2 j + 1 ) 5 cannot divide both the terms of the above product so the smaller of the 2 is equal to 1. By this we get k = j = 0 and x = 1, y = 1 and z = 2 Case : 2 X = 2j and y = 4m
In this case we get the equation as;- 5 y = ( 3 2 m + 2 2 j ) ( 3 2 m − 2 2 j ) this gives no solution And so our answer is 4