You can put this solution on YOUR website! words problem (algebra) find the two real numbers whose sum is 4 and whose product is a minimum
--------------
Sum: x + y = 4
Product = xy
-------------------
y = 4-x
Substitute that into "Product" to get:
P = x(4-x)
P = 4x-x^2
That is a quadratic with a = -1, b = 4
----
Comment: That "Product" does not have a minimum; it does have a maximum.
Max occurs at x = -b/2a = -4/(2*-1) = 2
Maximum product is P = 2*(4-2)= 2*2 = 4
==============================================
Graph of the Product function.
==============================================
I guess you could say it has a minimum Product
at x = 0 or x = 4. The Product would be zero.
==============================================
Cheers,
Stan H.