Let be non-negative real numbers such that their sum is 1. What is the minimum value of the expression above?
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.
To minimize the maximum m of five expressions, we try to make all of them equal. Thus m = a + b + c = b + c + d = c + d + e = d + e + f = e + f + g . From this it follows that a = d = g , b = e , and c = f .
We are told that the sum a + ⋯ + g = 1 ; expression everything in a , b , c we get 3 a + 2 b + 2 c = 1 , or 3 m = 1 + b + c . To minimize m we must therefore minimize b + c , which obviously yields b = c = 0 . We find m = a = 3 1 ≈ 0 . 3 3 3 .