SOLUTION: Find two positive real numbers with a maximum product whose sum is 110.

Algebra ->  Trigonometry-basics -> SOLUTION: Find two positive real numbers with a maximum product whose sum is 110.      Log On


   



Question 565890: Find two positive real numbers with a maximum product whose sum is 110.
Answer by stanbon(75887) About Me  (Show Source):
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.
====================