Given that x , y and z are integers, if 1 3 5 0 = 3 + x + y + z 1 1 1 , find x + y + z .
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.
Z will be 4 I can prove it
Log in to reply
Sure thing, but when we sum x,y,z , will it still be 8 ?
If you recommend then I will post the answer
You should mention x,y,z are integers. For example, there is a solution (0, 10/13, 13), but the sum is 179/13 which is not correct from your point of view.
Log in to reply
Ahh yes, i'm sorry i didn't notice that, it's my old problem :p
Problem Loading...
Note Loading...
Set Loading...
Let us make 1 3 5 0 in the form of 3 + x + y + z 1 1 1 ,
1 3 5 0 = 3 + 1 3 1 1 = 3 + 1 1 1 3 1 = 3 + 1 + 1 1 2 1 = 3 + 1 + 2 1 1 1 1 = 3 + 1 + 5 + 2 1 1 1
Therefore, x = 1 , y = 5 and z = 2
So, x + y + z = 1 + 5 + 2 = 8