SOLUTION: What is the minimum product of two numbers whose difference is 32​? What are the​ numbers?
Algebra ->
Length-and-distance
-> SOLUTION: What is the minimum product of two numbers whose difference is 32​? What are the​ numbers?
Log On
You can put this solution on YOUR website! Let the two numbers be x and y.
Their difference is 32, so y - x = 32 -> y = 32 + x
We want to minimize the product xy:
P = xy = x(32+x) = x^2 + 32x
P will be a minimum when the derivative is equal to zero.
dP/dx = 0 = 2x + 32, or x = -16
Thus y = 32 - 16 = 16
So the two numbers are 16 and -16 and the minimum product is -16*16 = -256