Michael J. answered 10/07/15
Tutor
5
(5)
Applying SImple Math to Everyday Life Activities
The volume of any rectangular box is length times width times height.
Let width = x
Let length = 3x
Let height = y
Knowing this, we can say that the base contains the length and width. If we draw the open box and label it correctly, we will have 4 sides and one base. This is important to know for the area.
Area of base = 3x(x) = 3x2
Total area of sides = 2xy + 2(3xy)
= 2xy + 6xy
= 8xy
Each type of area has it own cost. We can set up equations using the information. Once for volume and the other for cost.
12 = 3x2y ------> volume
C = 16(3x2) + 8(8xy)
C = 48x2 + 64xy ------> cost
Substitute the volume equation into the cost equation to get cost equation in terms of x.
C = 48x2 + 64x(4 / x2)
C = 48x2 + 256x-1
Now to find the dimensions that will minimize cost, we set the derivative of C equal to zero.
C' = 0
96x - 256x-2 = 0
96x - (256 / x2) = 0
(96x3 - 256) / x2 = 0
Set the numerator equal to zero and solve for x. The x values will indicate possible maximum and minimum values.
96x3 - 256 = 0
96x3 = 256
x3 = 2.67
x = 1.38
Since we only have one x value, then the only dimensions that will minimize the cost is 1.38 meters.
To find the minimum cost, evaluate C(1.38).