If x , y and z are non-zero real numbers such that x 2 = y + z , y 2 = x + z , z 2 = x + y , then find the value of x + 1 1 + y + 1 1 + z + 1 1 .
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.
Interestingly, even for the complex solutions, the sum of the expression is 1. Can you show that?
All that we need is x y z = 0 .
x + 1 1 = x 2 + x x = x + y + z x ; since x 2 = y + z
Similarly , y + 1 1 = x + y + z y and z + 1 1 = x + y + z z
Therefore x + 1 1 + y + 1 1 + z + 1 1 = x + y + z x + y + z = 1
For completeness, you should verify that there exists non-zero real values of x, y, z.
But in your solution you can proceed in first line only if it's provided x , y , z = 0 and surprisingly x = y = z = 0 satisfy the given equations (along with x = y = z = 2 ) which gives answer as 3 which does not match any of the given options... Isn't it @Harsh Shrivastava ???
Log in to reply
Hmm, you are right.
It should be mentioned in the question that x , y , z not equal to zero.Or maybe there's some other way?
Log in to reply
Your solution is nice provided question specifies x , y , z as non-zero real numbers . (+1).
Log in to reply
@Rishabh Jain – Oh!...Sorry.. @Rishabh Cool ....Its now been edited.
Very clever way! +1
Do you know where in your solution you used that fact that x y z = 0 ?
Problem Loading...
Note Loading...
Set Loading...
x 2 − y 2 = ( y + z ) − ( z + x ) ⇒ ( x + y ) ( x − y ) = − ( x − y )
So we have two cases, x = y or x + y = − 1 .
Case 1: x = y x 2 = x + z ⇒ z = ( x 2 − x )
z 2 = 2 x ⇒ ( x 2 − x ) 2 = 2 x ⇒ x 4 − 2 x 3 + x 2 − 2 x = 0 ⇒ x ( x − 2 ) ( x 2 + 1 ) = 0
If x is real then x 2 + 1 > 0 so we have x = y = 2 as x = 0 .
x = y = z = 2
Case 2: x + y = − 1
z 2 = x + y ⇒ z 2 = − 1
As we are assuming z is real then this gives no real solutions.
Therefore:
x = y = z = 2 ⇒ x + 1 1 + y + 1 1 + z + 1 1 = 1
Note: I've assumed x , y , z are real because otherwise there would be complex solutions for the answers.