Philip P. answered 12/12/16
Tutor
4.9
(482)
Effective and Patient Math Tutor
Volume= width*length*height. Let x = width, y = height. Since V = 10 m3:
10 = x*2x*y = 2x2y
5/x2 = y (This is your substitution equation)
The cost of the container is:
C = (area of sides)*(cost per unit area of sides) + (area of base)*(cost per unit area of base)
C = (2*2xy + 2*xy)*($6) + (x*2x)*($10)
C = 36xy + 20x2
The above equation is the cost equation in 2 variables (x and y). To convert it to one variable, substitute 5/x2 for y from the substitution equation:
C = 36xy + 20x2
C = 36x(5/x2) + 20x2
C = 180/x + 20x2
To find the dimensions of the box with the minimum cost:
- Take the first derivative of C wrt x, dC/dx
- Set it to zero
- Solve for x
x is the width. The length is 2x, the height is 5/x2.