document.write( "Question 160326: an open topped box is made from a rectangular piece of cardboard, with the dimensions 24 cm by 30 cm, by cutting congruent squares from each corner and folding up the sides. determine the dimensions of the squares to be cut to create a box with a volume of 1040cm^3 \n" ); document.write( "
Algebra.Com's Answer #118266 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An open topped box is made from a rectangular piece of cardboard, with the dimensions 24 cm by 30 cm, by cutting congruent squares from each corner and folding up the sides. determine the dimensions of the squares to be cut to create a box with a volume of 1040cm^3 \n" ); document.write( ": \n" ); document.write( "Let the side of the removed squares = x \n" ); document.write( ": \n" ); document.write( "The dimension of the box will be: (24-2x) by (30-2x) by x (height) \n" ); document.write( ": \n" ); document.write( "A volume equation, L * W * H \n" ); document.write( "(24-2x) * (30-2x) * x = 1040 \n" ); document.write( "FOIL \n" ); document.write( "(720 - 48x - 60x + 4x^2) * x = 1040 \n" ); document.write( ": \n" ); document.write( "Multiply by x; \n" ); document.write( "720x - 108x^2 + 4x^3 = 1040 \n" ); document.write( "; \n" ); document.write( "4x^3 - 108x^2 + 720x - 1040 = 0 \n" ); document.write( ": \n" ); document.write( "Simplify; divide by 4: \n" ); document.write( "x^3 - 27x + 180x - 260 = 0 \n" ); document.write( ": \n" ); document.write( "Graphing this would be one way to solve this \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( "; \n" ); document.write( "x = 2 cm would work \n" ); document.write( ": \n" ); document.write( "L: 30-4 = 26 cm \n" ); document.write( "W: 24-4 = 20 cm \n" ); document.write( "H: 2 cm \n" ); document.write( ": \n" ); document.write( "Check the volume \n" ); document.write( "(26*20*2 = 1040 \n" ); document.write( ": \n" ); document.write( "You can see there is another solution on the graph: x ~ 7.4 \n" ); document.write( "The dimensions for that would be \n" ); document.write( "L: 30-14.8 = 15.2 \n" ); document.write( "W: 24-14.8 = 9.2 \n" ); document.write( "H: 7.4 cm \n" ); document.write( ": \n" ); document.write( "Check vol with this: 15.2*9.2*7.4 = 1035.8 (because not an integer) \n" ); document.write( " \n" ); document.write( " |