x , y , z are positive real numbers such that x + y + z = 9 and x y + 9 x z + 2 5 y z = 9 x y z . Find the sum of all possible values of x y z .
This problem is posed by Alexander K .
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.
Here CSI is the Cauchy-Schwarz Inequality. All known solutions use either it, or the slightly simpler arithmetic-geometric mean inequality.
The common mistake was to assume that the numbers are integers. This is totally unjustified, just happens to be true.
Log in to reply
@Calvin Lin Can you please help if this way is correct?
x + y + z = 9 OR 1 xy + 9 xz + 25 yz = 9xyz = (x+y+z)xyz = x^2 yz + y^2 xz + z^2 xy therefore Z^2 = 1, y^2 = 9 and x^2 = 25, just comparing coefficients xy, yz and xz. There z=+-1, y = +-3 and x = +-5, the only way it can add to 15 is x=5, y=3, and z=1. Therefore xyz = 15.
Log in to reply
Nope. You cannot compare coefficients for an equation. You can only compare coefficients of a identity .
For example, if we wanted to solve 2 x + 3 y = 2 × 0 + 3 × 1 , can we concude that the only way is x = 0 , y = 1 ?
I think, you should add the case of (x = 0, y=0 , z=9) ;(x=0,y=9,z=0) (or) (x=9,y=0,z=0) to your solution. In these cases, sum of all xyz = 0. So this, value does not affect the answer, which is 15.
Can you show how you've used CSI?
Log in to reply
Can you show how you've used CSI?
I agree that there could have been a bit more elaboration on that portion of the solution. However, considering that this solution was posted over a year ago, let me just say: try thinking of the (5+3+1) term as a dot product, and see where that leads you.
xy+9xz+25yz=9xyz; Dividing both sides by xyz, we have that 1/z+9/y+25/x = 9; (z+y+x)(1/z+9/y+25/x) = 81; however, the left hand side of this equation >= ( 1+3+5 )^2 by Cauchy-Schwarz Inequality, which means that the equality must hold; hence we have z/(1/z) = y/(9/y) = x/(25/x); combining this with x+y+z = 9, and noticing that x,y,z are positive, we have that x = 5, y =3, z=1;
Dividing the initial expression for xyz>0, we have
1/z+9/y+25/x=9
And as x+y+z=9, it follows that
(1/z+9/y+25/x)(x+y+z)=81,
where (x/z++25 z/x)+(9 x/y+25 y/x)+(9 z/y+y/z)+1+25+9=81, where
(1) (x/z++25 z/x)+(9 x/y+25 y/x)+(9 z/y+y/z)=46
But the inequality AM-GM, we have
(o) (x/z++25 z/x)>= 2 5=10
(oo) (9 x/y+25 y/x)>= 2*15=30
(ooo) (9*z/y+y/z)>= 2+3=6
Thus (2) (x/z++25 z/x)+(9 x/y+25 y/x)+(9 z/y+y/z)>= 46
with the equal ocorring if, and only if there is equality in (o), (oo) and (ooo).
For equation (1), we see that the equality in (2) must occur, where we have:
x/z=25*z/x, where x=5z
9*z/y=y/z, where y=3z
Thus, 9=x+y+z=5z+3z+z=9z, then z=1 and there is only value xyz, namely:
xyz=(5z) (3z) z=15z^3=15.
Here is a solution inspired from according wiki:
The second equation implies z 1 + x 9 + y 2 5 = 9 . Combine with the first equation, we have z + z 1 + x + x 9 + y + y 2 5 = 1 8 , which can be written as ( z − 2 + z 1 ) + ( x − 6 + x 9 ) + ( x − 1 0 + x 2 5 ) = 0 . Since we need only positive solution, we are able to write as ( z − z 1 ) 2 + ( x − x 3 ) 2 + ( y − y 5 ) 2 = 0 . Hence the only solution is ( x , y , z ) = ( 3 , 5 , 1 ) , and the answer is x y z = 1 5 .
Nice solution using the trivial inequality :)
At it's heart, all inequalities are about perfect squares being greater than or equal to 0.
Typo in the third equation. It should be ( y − 1 0 + y 2 5 )
Great solution using trivial inequality! :)
xy+9xz+25yz=9xyz; Dividing both sides by xyz, we have that 1/z+9/y+25/x = 9; (z+y+x)(1/z+9/y+25/x) = 81; however, the left hand side of this equation >= ( 1+3+5 )^2 by Cauchy-Schwarz Inequality, which means that the equality must hold; hence we have z/(1/z) = y/(9/y) = x/(25/x); combining this with x+y+z = 9, and noticing that x,y,z are positive, we have that x = 5, y =3, z=1;
Problem Loading...
Note Loading...
Set Loading...
Since x , y , z > 0 , we can divide the second equation by x y z to get:
z 1 + y 9 + x 2 5 = 9 .
Rearranging and using CSI, we have
( x 5 2 + y 3 2 + z 1 2 ) ( x + y + z ) ≥ ( 5 + 3 + 1 ) 2 .
But the LHS also equals 9 2 according to our givens. The conclusion from CSI must be that corresponding components are proportional, i.e.
x x 5 2 = y y 3 2 = z z 1 2
from which we get the unique solution x = 5 , y = 3 , z = 1 .
Hence the sum of all possible values of x y z is 1 5 .