Suppose that three real numbers and that
Then what is the ratio of the maximum to the minimum values of the expression above to 4 decimal places?
Bonus: Generalize.
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.
Let a = 1 6 x + 9 , b = 1 6 y + 9 , c = 1 6 z + 9 . Then a , b , c ≥ 0 , and a + b + c = 1 6 ⋅ 2 0 1 8 + 2 7 . Call this number N . We want the max and min of the expression a + b + c .
Note that for m , n ≥ 0 , we have m + n ≥ m + n (proof: square both sides). So a + b + c ≥ a + b + c ≥ a + b + c , so the minimum is clearly N , achieved when a = b = 0 and c = N .
Also note that for m , n , p , q ≥ 0 , we have m p + n q ≤ m + n m p + n q . Proof: the right side squared minus the left side squared is m n ( p + q ) − 2 m n p q = m n ( p − q ) 2 . We'll use this twice: in particular, p + q ≤ 2 p + q and p + 2 q ≤ 3 p + 2 q .
So, a + b + c ≤ a + 2 b + c = a + 2 2 b + c ≤ 3 a + b + c . This implies that the maximum value of a + b + c is 3 N , which is indeed achieved when a = b = c = N / 3 .
So the ratio is N 3 N = 3 ≈ 1 . 7 3 2 1 .
It doesn't really matter what N is here, so there was nothing important about 2 0 1 8 in the original problem.