x , y and z are positive reals satisfying x + y + z = 1 . If the maximum value of x 3 y 2 z can be expressed as b a , where a and b are coprime positive integers , find a + b .
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.
Maximum occurs when 3 x = 2 y = z = k . ⇒ x = 3 k , y = 2 k , z = k ⇒ 6 k = 1 ⇒ x = 1 / 2 , y = 1 / 3 , z = 1 / 6
@Chew-Seong Cheong Sir, just a small error.......in your solution, when you have shown the equality case, I think that the LATEX code is messed up...because it is displaying words like "frac" and "small"
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Applying the Arithmetic Mean Geometric Mean Inequality
Since x , y and z are positive, we can apply AM-GM inequality as follows:
3 x + 3 x + 3 x + 2 y + 2 y + z ( x + y + z ) 6 ⟹ 4 3 2 x 3 y 2 z x 3 y 2 z ≥ 6 6 3 3 ⋅ 2 2 x 3 y 2 z ≥ 3 3 ⋅ 2 2 6 6 x 3 y 2 z ≤ 1 ≤ 4 3 2 1 Equality occurs when x = 2 1 , y = 2 1 , z = 6 1
⟹ a + b = 1 + 4 3 2 = 4 3 3