Say that for 'n' real numbers, , the smallest number is 'a', and the largest number is 'b'. If , then . What is 'y' in terms of 'n'?
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.
Because 'a' is the smallest number, for any arbitrary real number, x i − a ≥ 0 . Similarly, because 'b' is the largest number, for any arbitrary real number, x i − b ≤ 0 . Multiplying those 2 inequalities gives us ( x i − a ) ( x i − b ) = x i 2 − ( a + b ) x i + a b ≤ 0 . Therefore, x 1 2 − ( a + b ) x 1 + a b ≤ 0 , x 2 2 − ( a + b ) x 2 + a b ≤ 0 , . . . , x n 2 − ( a + b ) x n + a b ≤ 0 . Adding all of them gives ∑ i = 1 n x i 2 − ( a + b ) ∑ i = 1 n x i + n a b ≤ 0 → 1 + n a b ≤ 0 → a b ≤ − n 1