document.write( "Question 196348: Hello.\r
\n" );
document.write( "\n" );
document.write( "I'm having some trouble figuring out the following problem:\r
\n" );
document.write( "\n" );
document.write( "A box with a square base and no top is to be made from a square piece of cardboard by cutting 4 inch squares from each corner and folding up the sides, as shown in the figure. The box is to hold 144 in3. How big a piece of cardboard is needed? \n" );
document.write( "
Algebra.Com's Answer #147179 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A box with a square base and no top is to be made from a square piece of cardboard by cutting 4 inch squares from each corner and folding up the sides, as shown in the figure. The box is to hold 144 in3. How big a piece of cardboard is needed? \n" ); document.write( ". \n" ); document.write( "You must draw a diagram of the problem -- it'll help you see the problem. \n" ); document.write( ". \n" ); document.write( "Let x = length of one side of the square cardboard \n" ); document.write( "then \n" ); document.write( "4 in = height \n" ); document.write( "width = x-8 \n" ); document.write( "length = x-8 \n" ); document.write( ". \n" ); document.write( "volume = height*width*length \n" ); document.write( ". \n" ); document.write( "144 = 4(x-8)(x-8) \n" ); document.write( "144 = 4(x^2-16x+64) \n" ); document.write( "36 = x^2-16x+64 \n" ); document.write( "0 = x^2-16x+28 \n" ); document.write( "0 = (x-14)(x-2) \n" ); document.write( "x ={2,14} \n" ); document.write( "We toss out 2 leaving: \n" ); document.write( "x = 14 inches \n" ); document.write( ". \n" ); document.write( "Cardboard is 14x14 inches \n" ); document.write( " |