|
Question 274437: The sum of two numbers is 20. What is their greatest possible product?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The sum of two numbers is 20. What is their greatest possible product?
---
Equations:
x + y = 20
Product = xy
-------------
P = x(20-x)
P = -x^2 + 20x
----
You have a quadratic with a = -1, b = 20
---
Maximum occurs when x = -b/2a = -20/-2 = 10
--------
Greatest product = xy = 10*10 = 100
====================================
Cheers,
Stan H.
|
|
|
| |