If the sum of two numbers is 7, then what is greatest product of these two numbers?
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 the two number be a and b . Then, we have:
a + b ⟹ a b ⟹ a b = 7 ⟹ b = 7 − a = a ( 7 − a ) = 7 a − a 2 = − ( a 2 − 7 a + 4 4 9 ) + 4 4 9 = 4 4 9 − ( x − 2 7 ) 2 ≤ 4 4 9 Note that ( x − 2 7 ) 2 ≥ 0
Therefore, the answer is " None of the others ".