For x , y , z ≥ 0 , where x , y , z are integers and x + y + z = 1 1 , find the maximum of x y z + x y + y z + z 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.
Evaluating the last expression we get 8 9 . 6 2 9 @saivenkatesh.
Log in to reply
Well i have edited x,y,z are integees so it is 88
Log in to reply
Yeah! Now there is no ambiguity!
Log in to reply
@Adarsh Kumar – Note that your solution is still incomplete, because it doesn't explain why the sum cannot be 89.
With the restriction to integers, you will need a different argument.
I edited your solution accordingly @Adarsh Kumar . BTW Nice use of AM-GM.
That is quite hard to guess. So, I think this can also be helpful -
x y z + x y + y z + z x ≤ M
and we have to find this M
x + y + z ≥ 3 3 x y z
x y z ≤ ( 3 x + y + z ) 3
Also, 3 ( x y + y z + z x ) ≤ ( x + y + z ) 2
x y + y z + z x ≤ 3 ( x + y + z ) 2
Now adding and putting values and the same answer you get.
Perhaps, this is more straightforward.
( x + y + z ) 2 = x 2 + y 2 + z 2 + 2 ( x y + y z + z x )
⇒ x y z + x y + y z + z x = x y z + 2 ( x + y + z ) 2 − ( x 2 + y 2 + z 2 )
= x y z + 2 1 2 1 − 2 x 2 + y 2 + z 2 ≤ x y z + 2 1 2 1 − 2 3 ( 3 x y z ) 2
From 3 x + y + z = 3 1 1 ≥ 3 x y z , therefore,
⇒ x y z + x y + y z + z x ≤ ( 3 1 1 ) 3 + 2 1 2 1 − 2 3 ( 3 1 1 ) 2 = 8 9 . 6 2 9 6 2 9 6 3
And the nearest integer solution is 8 8 .
Let z = 11 - x - y. Then xyz + xy + yz + zx = xy(11 - x - y) + xy + y(11 - x - y) + x(11 - x - y). Defining this as f(x,y), df/dx = 11y - 2xy - y^2 + 11 - 2x - y = 0 and equations, 12(y - x) = (y - x)(y + x). Either x = y, or x + y = 12. If x + y = 12, z = -1, which violates the problem conditions, so x = y. Consider the following table: x y z xyz xy yz zx sum --- --- ---- -------- ----- ----- ------ ------- 1 1 9 9 1 9 9 28 2 2 7 28 4 14 14 60 3 3 5 45 9 15 15 84 4 4 3 48 16 12 12 88 5 5 1 25 25 5 5 60 Ed Gray
i answered by instinct (4,3,4)
Problem Loading...
Note Loading...
Set Loading...
Assuming that none of x , y , z = 0 because we are trying to find the maximum value.On first sight I thought that x y z + x y + y z + z x has a relation to ( x + 1 ) ( y + 1 ) ( z + 1 ) and it did.From A . M ≥ G . M we have : 3 ( x + 1 ) + ( y + 1 ) + ( z + 1 ) ≥ [ 3 ( x + 1 ) ( y + 1 ) ( z + 1 ) ] ,this simplifies to ( 3 1 4 ) 3 ≥ ( x y z + x y + y z + z x + 1 1 + 1 ) ⇒ ( 3 1 4 ) 3 − 1 2 ≥ ( x y z + x y + y z + z x ) .
So, the maximum possible value with real x , y , z is 89.62, where x = y = z , but given that x , y , z are integers, we will plug the closest possible x , y , z , which is 3 , 4 , 4 to get the maximum as 8 8 .