
Max A. answered 09/11/19
Professional Engineer with a Strong Tutoring/Academic Background
We have a 30x24x6 box, whose volume is 4320. We want to reduce this volume by 15% such that the new volume is 3672. The problem states that in order to achieve this volume reduction, only two out of the three sides may be reduced, and it also states that they both must be reduced by the same amount.
To calculate the volume of a box, we use the formula Length x Width x Height (LxWxH). If we are reducing two sides only, there are three possible cases:
Case 1: Reduce L and W, keep H the same
Case 2: Reduce L and H, keep W the same
Case 3: Reduce W and H, keep L the same
Case 1:
Let's define "x" as the amount we want to reduce each side of our box. Remember that since the problem states both sides are to be reduced by the same amount, we can use a single variable.
Vnew = (L-x)*(W-x)*(H)
3672 = (30-x)*(24-x)*(6), (divide both sides by 6)
612 = (30-x)*(24-x), (multiply/expand the terms)
612 = 720 - 54x + x2, (subtract 612 from both sides and rearrange terms)
0 = x2 - 54x +108 (solve for x using quadratic formula or calculator, if permitted)
x = 2.08, 51.92 (the second answer does not make sense logically, as we cannot have a negative side length)
Therefore, L = (30 - 2.08) = 27.92, W = (24-2.08) = 21.92, H = 6. LxWxH = 27.92 x 21.92 x 6. We can check our answer by calculating LxWxH.
(27.92)*(21.92)*(6) ≈ 3672, OK
Case 2:
We repeat the above steps, this time keeping W the same and reducing L and H.
Vnew = (L-x)*(W)*(H-x)
3672 = (30-x)*(24)*(6-x), (divide both sides by 24)
153 = (30-x)*(6-x), (multiply/expand the terms)
153 = 180 - 36x + x2, (subtract 153 from both sides and rearrange terms)
0 = x2 - 36x +27 (solve for x using quadratic formula or calculator, if permitted)
x = 0.77, 35.23 (the second answer does not make sense logically, as we cannot have a negative side length)
Therefore, L = (30 - 0.77) = 29.23, W = 24, H = (6 - 0.77) = 5.23. LxWxH = 29.23 x 24 x 5.23.
Case 3:
We repeat the above steps, this time keeping L the same and reducing W and H. I will leave this one as an exercise after performing the first two. Remember you can always check your final answer by calculating LxWxH, such as we did in Case 1.