document.write( "Question 280710: Rick has a rectangular piece of cardboard that is twice as long as it is wide. From each of the 4 corners, Rick cuts a 2in square and turns up the flaps to form an uncovered box. If the volume of the box is 896in^3, what were the dimensions of the original piece of cardboard? \n" ); document.write( "
Algebra.Com's Answer #204021 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! l = 2w :: length is twice the width \n" ); document.write( ". \n" ); document.write( "New box dimensions: \n" ); document.write( ". \n" ); document.write( "l-4 = length - 2 corners cut away at 2 inches each \n" ); document.write( "w - 4 = w - 2 corners cut away at 2 inches each \n" ); document.write( "(l-4)(w-4)*2 = volume = 896 cubic inches \n" ); document.write( ". \n" ); document.write( "substituting l = 2w \n" ); document.write( ". \n" ); document.write( "(2w-4)(w-4)*2 = 896 \n" ); document.write( ". \n" ); document.write( "divide both sides by 2 \n" ); document.write( "(2w-4)(w-4) = 896/2 = 448 \n" ); document.write( ". \n" ); document.write( "collect and simplify \n" ); document.write( "2w^2 -8w -4w +16 - 448 = 0 \n" ); document.write( "2w^2 -12w -432 = 0 \n" ); document.write( ". \n" ); document.write( "divide by 2 to further simplify \n" ); document.write( "w^2 -6w - 216 = 0 \n" ); document.write( ". \n" ); document.write( "Thinking about factoring... \n" ); document.write( "216 = 2*108 = 2*2*54= 2*2*2*27 = 2*2*2*3*9 \n" ); document.write( "2*2*3 = 12 \n" ); document.write( "2*9 = 18 \n" ); document.write( "12 & 18 are 6 apart,\r \n" ); document.write( "\n" ); document.write( "So the factoring is: \n" ); document.write( "(w-18)(w+12) = 0 \n" ); document.write( ". \n" ); document.write( "Roots are w = 18 and w = -12. \n" ); document.write( "But negative width is nonsense, so we think w = 18. \n" ); document.write( ". \n" ); document.write( "Substituting in l = 2w \n" ); document.write( "l = 2*18 = 36 \n" ); document.write( ". \n" ); document.write( "Thus we think the original dimensions of the cardboard are length = 36 and width = 18. \n" ); document.write( ". \n" ); document.write( "Checking our work, what is the volume of the box? \n" ); document.write( ". \n" ); document.write( "Recall the volume of the box is based on different dimensions: \n" ); document.write( "l-4 = 36-4 = 32 \n" ); document.write( "w-4 = 18-4 = 14 \n" ); document.write( ". \n" ); document.write( "is the volume of a box 32 by 14 by 2 = 896? \n" ); document.write( "Yes it is! \n" ); document.write( ". \n" ); document.write( "Answer: \n" ); document.write( "The original dimensions of the box are length = 36 and width = 18. \n" ); document.write( ". \n" ); document.write( "Done \n" ); document.write( " |