Let x , y , z , and a be positive real numbers such that x + y + z + a = 1 . What is the minimum value of
x 1 + y 1 + z 4 + a 1 6
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.
Nice solution, @Yash Singhal
pretty straightforward tough
Let x 1 + y 1 + z 2 + z 2 + a 4 + a 4 + a 4 + a 4 = S
By A M ≥ H M
8 x + y + 2 z + 2 z + 4 a + 4 a + 4 a + 4 a ≥ x 1 + y 1 + z 2 + z 2 + a 4 + a 4 + a 4 + a 4 8
8 S ≥ 8
By this
S ≥ 6 4
Great. I always like using AM-GM-HM with manipulations when it can easily be nailed by CS.
Good way to solve this, nice one!
with positive real numbers u and v we have:
u 1 + v 1 ≥ u + v 4
so:
x 1 + y 1 + z 4 + a 1 6 ≥ x + y 4 + z 4 + a 1 6 ≥ x + y + z 1 6 + a 1 6 ≥ x + y + z + a 6 4 = 6 4
The minimum occurs when x = y ; x + y = z ; x + y + z = a ; x + y + z + a = 1 , which means x = y = 8 1 , z = 4 1 , a = 2 1
Answer: 64
Nice solution, sir :)
One can let g(x,y,z,a) = x + y + z + a - 1 and let f(x,y,z,a) = 1/x + 1/y + 4/z + 16/a and then Use Lagrange Multipliers.
Problem Loading...
Note Loading...
Set Loading...
Let us use Titu's Lemma or Cauchy-Schwartz Inequality in Engel form.
x 1 + y 1 + z 4 + a 1 6
Minimum value= x + y + z + a ( 1 + 1 + 4 + 1 6 ) 2
which is equal to x + y + z + a 6 4 .
But x + y + z + a = 1 . So, putting it in the above equation, we get the minimum value
as 6 4 .