Final answer:
To minimize the total cost, we need to minimize the cost of the bottom and the cost of the sides. We can find the dimensions of the container that will minimize the total cost by solving a system of equations.
Step-by-step explanation:
Let's assume that the length of the rectangular container is x ft, the width is y ft, and the height is z ft.
The volume of the container is given as 1080 ft3.
Therefore, we have the equation:
x * y * z = 1080
The cost of making the bottom of the container is $5 per square foot and the cost of the sides is $4 per square foot.
The cost of the bottom is 5 * (x * y).
The cost of the sides is 4 * (2xy + 2xz + 2yz).
To minimize the total cost, we need to minimize the cost of the bottom and the cost of the sides.
First, let's solve the volume equation for x:
x = (1080) / (y * z)
Substituting the value of x in the cost equation, we have:
Cost = 5 * (1080) / (y * z) * y + 4 * (2 * (1080 / (y * z)) * y + 2 * (1080) / (y * z) * z + 2 * y * z)
Now, we can find the minimum cost by taking the derivative of the cost equation with respect to y and z, and setting it equal to zero.
Then, we solve the resulting system of equations to find the values of y and z that minimize the cost.
Finally, we substitute the values of y and z back into the volume equation to find the value of x.
By solving the equations, we can find the dimensions of the container that will minimize the total cost.