
Mark H. answered 11/12/19
Tutoring in Math and Science at all levels
Write equations based on the information supplied....
For starters, we are told that V (volume) = x^2 * y <------equation 1
We have 2 unknowns, so we need one more equation. That will come from this statement:
"has a surface area of 37.5 square centimeters"
2 square faces, each with an area of x^2.
4 sides, each with an area of x*y
Thus A = 2x^2 + 4xy = 37.5 <------equation 2
We need an equation for V, so:
solve equation 2 for y:
2x^2 / 4x + y = 37.5 / x
y = 37.5 / x - 2x^2 / 4x
y = 37.5/x - x/2
Substitute into equation 1:
V = x^2 * ( 37.5/x - x/2 )
V = 37.5x - x^3 / 2
To find the maximum V, take the 1st derivative of V, and set + to 0:
V' = 37.5 - 3/2 * x^2 = 0
3/2 * x^2 = 37.5
x^2 = 37.5 * 2/3 = 25
x = 5
Use equation 2 to find y