Let x , y , z be integers such that
x y + x + y = 2 0 z y + z + y = 6 x z + x + z = 2
Given that x , y , z = 0 , find z − x − y
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.
Oh......SFFT :( ...How on ....earth...could I forget this :(
Log in to reply
Refrain from random swearing please :)
Log in to reply
"this word" is mostly accepted as euphemism. It is also not considered swearing at all in many cases..I dont see anything wrong..
Log in to reply
@Jayakumar Krishnan – Still, to avoid any such thing on Brilliant, I'm editing your comment.
Lets write the equations as ab+a+b=c ---> a(b+1)=c-b Therefore a=(c-b)/(b+1) plugging this for y gives: x=(20-y)/(y+1) z=(6-y)/(y=1) Using trail and error on the first equation gives us y=6 and x and z are integers Plugging in y=6, tou get z=0 and x=2 Knowing this to be true: 6 2+2+6=20 0 6+0+6=6 2*0+0+2=2 Therefore, z-y-x=0-2-6=-8
(z+1)^2=1 has 2 solutions, and z= both -2 and 0 Therefore the question has 2 solutions. Subsituting will get 10 or -8
yeah too easy question
Problem Loading...
Note Loading...
Set Loading...
We get ( x + 1 ) ( y + 1 ) = 2 1 , ( y + 1 ) ( z + 1 ) = 7 , ( x + 1 ) ( z + 1 ) = 3 . Multiplying the last two and comparing with the first equation shows that ( z + 1 ) 2 = 1 . Since z + 1 = 1 , we get z + 1 = − 1 and hence x + 1 = − 3 and y + 1 = − 7 . So z − x − y = − 2 − ( − 4 ) − ( − 8 ) = 1 0 .