Given that there is only one triplet ( x , y , z ) , where x , y and z are real numbers greater than 3 , which satisfies the equation
y + z − 2 ( x + 2 ) 2 + z + x − 4 ( y + 4 ) 2 + x + y − 6 ( z + 6 ) 2 = 3 6 ,
find the value of x .
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.
It is given that there is only one triplet ( x , y , z ) that satisfies the equation. Looking at the equation and to simply it, we assume that y = x − 2 and z = x − 4 , then:
y + z − 2 ( x + 2 ) 2 + z + x − 4 ( y + 4 ) 2 + x + y − 6 ( z + 6 ) 2 = 3 6
⇒ x − 2 + x − 4 − 2 ( x + 2 ) 2 + x − 4 + x − 4 ( x − 2 + 4 ) 2 + x + x − 2 − 6 ( x − 4 + 6 ) 2 = 3 6
⇒ 2 x − 8 ( x + 2 ) 2 + 2 x − 8 ( x + 2 ) 2 + 2 x − 8 ( x + 2 ) 2 = 3 6
⇒ 2 x − 8 ( x + 2 ) 2 = 1 2 ⇒ x 2 + 4 x + 4 = 2 4 x − 9 6
⇒ x 2 − 2 0 x + 1 0 0 = 0 ⇒ ( x − 1 0 ) 2 = 0 ⇒ x = 1 0
i did something which i am myself not able to understand but i got answer as 10 alright.........i sub x+2=u,y+4=v,z+6=w ...............and then i used symmetry with titu's lemma and got x=10 . cheers
Problem Loading...
Note Loading...
Set Loading...
Set a = y + z − 2 , b = z + x − 4 and c = x + y − 6 . Then we have that a , b , c > 0 since x , y , z > 3 and that x + 2 = 2 b + c − a + 1 2 , y + 4 = 2 c + a − b + 1 2 and z + 6 = 2 a + b − c + 1 2 . Thus, rewriting the given equation and using Cauchy-Schwarz Inequality we get 3 6 = 4 a ( b + c − a + 1 2 ) 2 + 4 b ( c + a − b + 1 2 ) 2 + 4 c ( a + b − c + 1 2 ) 2 ≥ 4 ( a + b + c ) ( a + b + c + 3 6 ) 2 , which follows that ( a + b + c + 3 6 ) 2 ≤ 1 4 4 ( a + b + c ) ⟺ ( a + b + c − 3 6 ) 2 ≤ 0 . Since ( a + b + c − 3 6 ) 2 ≥ 0 , we must have ( a + b + c − 3 6 ) 2 = 0 , so that a + b + c = 3 6 . Furthermore, equality holds when 4 a b + c − a + 1 2 = 4 b c + a − b + 1 2 = 4 c a + b − c + 1 2 , which simplifies to a = b = c . Thus, we have a = b = c = 1 2 , so y + z = 1 4 , z + x = 1 6 and x + y = 1 8 . Hence, we get x = 2 1 6 + 1 8 − 1 4 = 1 0 .