Find two positive numbers whose sum is 100 and whose product is a maximum.

Call the two numbers x and y. The constraint is that x + y =100, and we need to maximise A=xy.
Rearrange the constraint to y = 100 - x, and substitute into the product equation.
A = x(100-x) = 100x - x2
Differentiate to find the critical points:
A' = 100 - 2x = 0100 = 2xx = 50
Differentiate again to check that this is indeed a maximum.
A'' = -2
The second derivative is always negative so A = 100x - x2 is always concave so the critical point is indeed a maximum.
Now it is easy to find y since we have x. y = 100 - 50 = 50
So the answer is x = 50 and y = 50.

Related Maths A Level answers

All answers ▸

How do I use the product rule for derivatives?


A fair die has six faces numbered 1, 1, 1, 2, 2, and 3. The die is rolled twice and the number showing on the uppermost face is recorded. Find the probability that the sum of the two numbers is at least three.


How do you integrate e^x cos x


Solve the simultaneous equations y+4x+1 = 0 and y^2+5x^2+2x = 0