If x > 0 , y > 0 , z > 0 and x + y + z = 1 , what is the min value of :
x 1 + y 1 + z 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.
This problem can be approached by minimization-maximization logic as follows
1) To minimize the sum of (1/x) + (1/y) + (1/z) , each term should be minimized.
2) To minimize 1/x , "x" should be maximized, similarly "y" and "z" should also be maximized.
3) Since x + y + z = 1 (sum of x,y and z is equal to 1), to maximize x,y and z simultaneously, make equal values (0.33.... + 0.33.... + 0.33....) of x, y and z such that the sum is 1. If we try to maximize only one value, other values will get minimized (for e.g. 0.8 + 0.1 + 0.1). Hence, we should try to make x,y and z equal.
x + y + z = 1
1/3 + 1/3 + 1/3 = 1
3/3 = 1
4) The maximum values are x = 1/3, y = 1/3, z = 1/3
5) Hence, the minimum value of (1/x) + (1/y) + (1/z) is
(1/x) + (1/y) + (1/z) = 3 + 3 + 3
= 9
I like this!
First solution :
Let's note, that
x 1 = x x + y + z = 1 + x y + x z
y 1 = y x + y + z = 1 + y x + y z
z 1 = z x + y + z = 1 + z x + z y
So :
x 1 + y 1 + z 1 = 3 + z x + z y + y x + y z + x y + x z
Let's prove that :
a + a 1 ≥ 2 if a > 0
It's very easy : a 2 − 2 a + 1 ≥ 0 and ( a − 1 ) 2 ≥ 0
It means, that:
y x + x y ≥ 2
So:
3 + 2 + 2 + 2 = 9
Second solution :
Actually Fibonacci is not relevant to the problem.
Just look at the answer choices, you can notice that 9 is not Fibonacci's number. So, it's the right answer =)
Problem Loading...
Note Loading...
Set Loading...
The Arithmetic mean - Harmonic Mean (AM - HM) inequality state that:
If a 1 > 0 , a 2 > 0 , . . . , a n > 0 :
n a 1 + a 2 + . . . + a n ≥ a 1 1 + a 2 1 + . . . + a n 1 n
Therefore, since x > 0 , y > 0 , z > 0 :
3 x + y + z ≥ x 1 + y 1 + z 1 3
We can rearrange to get:
x 1 + y 1 + z 1 ≥ x + y + z 9
Since x + y + z = 1 ,
x 1 + y 1 + z 1 ≥ 1 9
x 1 + y 1 + z 1 ≥ 9
Therefore, the minimum value of x 1 + y 1 + z 1 is 9.