document.write( "Question 1003749: A box with no top is to be formed from a rectangular cardboard by cutting 4 cm squares from the corners and folding up the sides. The length of the box is to be 2 cm more than its width and its volume is to be 252 cubic cm.\r
\n" );
document.write( "\n" );
document.write( "A.) find the dimensions of the sheet of cardboard.\r
\n" );
document.write( "\n" );
document.write( "B.) find the dimensions of the box. \n" );
document.write( "
Algebra.Com's Answer #620433 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A box with no top is to be formed from a rectangular cardboard by cutting 4 cm squares from the corners and folding up the sides. \n" ); document.write( " The length of the box is to be 2 cm more than its width and its volume is to be 252 cubic cm. \n" ); document.write( ": \n" ); document.write( "A.) find the dimensions of the sheet of cardboard. \n" ); document.write( "let L = the length of the cardboard \n" ); document.write( "let w = the width of the card board \n" ); document.write( "Cutting 4\" corners from the sheet means the height is 4\" and the dimensions are: \n" ); document.write( "(L-8) = the length of box \n" ); document.write( "(W-8) = width of the box \n" ); document.write( ": \n" ); document.write( "The volume of the box equation \n" ); document.write( "(L-8)*(w-8)*4 = 252 \n" ); document.write( "divide both sides by 4 \n" ); document.write( "(L-8)*(w-8) = 63 \n" ); document.write( ": \n" ); document.write( "\"The length of the box is to be 2 cm more than its width\" \n" ); document.write( "L - 8 = w - 8 + 2 \n" ); document.write( "L = w - 8 + 2 + 8 \n" ); document.write( "L = w + 2 \n" ); document.write( ": \n" ); document.write( "(L-8)*(w-8) = 63 \n" ); document.write( "Replace L with (w+2) \n" ); document.write( "((w+2)-8)*(w-8) = 63 \n" ); document.write( "(w-6)(w-8) = 63 \n" ); document.write( "FOIL \n" ); document.write( "w^2 - 8w - 6w + 48 = 63 \n" ); document.write( "w^2 - 14w + 48 - 63 = 0 \n" ); document.write( "w^2 - 14w - 15 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(w-15)(s+1) = 0 \n" ); document.write( "The positive solution is all we want here \n" ); document.write( "w = 15 cm is the width of the sheet of cardboard \n" ); document.write( "then \n" ); document.write( "15 + 2 = 17 cm is the length \n" ); document.write( ": \n" ); document.write( "The dimensions of the sheet of cardboard: 17 by 15 cm\r \n" ); document.write( "\n" ); document.write( "B.) find the dimensions of the box. \n" ); document.write( "subtract 8 cm from length and width \n" ); document.write( "9 by 7 by 4 cm is dimensions of the box \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "Check this by finding the volume using these value \n" ); document.write( "9 * 7 * 4 = 252 cu/cm \n" ); document.write( " |