You can put this solution on YOUR website! What is the largest number you can obtain by multiplying two real numbers whose sum is 9?
-----
Equations:
x + y = 9
--
Product = xy = x(9-x)
----
P = -x^2+9x
---
Max occurs when x = -b/(2a) = -9/(2*-1) = 4.5
----
Solve for "y":
y = 9-x = 4.5
----
Maximum product = 4.5^2 = 20.25
======================================
Cheers,
Stan H.
================