Question 273266
from all the pairs of numbers whose sum is 256, find the pair whose product is greatest.
---
x + y = 256
---
Product = xy = x(256-x) = 256x-x^2
-----
P(x) = -x^2+256x
----
Max occurs when x = -b/2a = -256/(-2) = 128
---
If x = 128, y = 128
========================
Cheers,
Stan H.