Answer:
2500
Explanation:
We have to find the largest product of two numbers whose sum is 100.
Let the two numbers be x and y.
Thus, we can write x+y=100
We can calculate the value of y as:
y = 100 - x
The product of these number can be written as: (x)(y) = (x)(100-x) = 100x - x²
Let f(x) = 100x - x²
Now, the first derivative of this function with respect to x is
= 100-2x
Equating
= 0, we get,
100-2x = 0
⇒ x = 50
Now, we find the second derivative of the the function f(x) with respect to x
= -2
Since,
< 0, then by double derivative test the function have a local maxima at x = 50
This, x = 50 and y = 100-50 =50
Largest product = (50)(50) = 2500