You can put this solution on YOUR website! Find two positive real numbers with a maximum product whose sum is 110.
-----
x + y = 110
x = 110-y
----
Area = xy = (110-y)y
-----
A = 110y-y^2
----
maximum A occurs when y = -b/(2a) = -110/(2*-1) = 55
------
x + y = 110
x + 55 = 110
x = 55
-----
Solution: (55,55)
====================
Cheers,
Stan H.
====================