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 ▸

Line AB has equation 6x + y - 4 = 1. AB is perpendicular to the line y = mx + 1, find m.


Find the coordinates of the turning points of the curve y = 4/3 x^3 + 3x^2-4x+1


Find the equation of the tangent to the circle (x-3)^2 + (y-4)^2 = 13 that passes through the point (1,7)


What is the derrivative (dy/dx) of the equation 2 = cos 4x - cos 2y in terms of x and y?