document.write( "Question 884751: A rectangular sheet of metal is 30 in by 40 in. An open rectangular box is made by cutting squares of equal areas from the four corners and folding up the ends. if the area of the base of the box is 336 inches square, find the total area of the discarded squares \n" ); document.write( "
Algebra.Com's Answer #534657 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular sheet of metal is 30 in by 40 in. \n" ); document.write( " An open rectangular box is made by cutting squares of equal areas from the four corners and folding up the ends. \n" ); document.write( " if the area of the base of the box is 336 inches square, find the total area of the discarded squares.\ \n" ); document.write( ": \n" ); document.write( "Let x = length of the side of one of the squares, also the height of the box \n" ); document.write( "then \n" ); document.write( "x^2 = area of one of the squares \n" ); document.write( "and \n" ); document.write( "4x^2 = the total area of the 4 squares \n" ); document.write( ": \n" ); document.write( "If the area of the base is 336 then the volume of the box = 336x cu in \n" ); document.write( ": \n" ); document.write( "the dimensions of the box: \n" ); document.write( "(30-2x) by (40-2x) by x \n" ); document.write( ": \n" ); document.write( "The volume equation \n" ); document.write( "(30-2x)(40-2x)*x = 336x \n" ); document.write( "Divide both sides by x \n" ); document.write( "(30-2x)(40-2x) = 336 \n" ); document.write( "FOIL \n" ); document.write( "1200 - 60x - 80x + 4x^2 = 336 \n" ); document.write( "Form a quadratic equation \n" ); document.write( "4x^2 - 140x + 1200 - 336 = 0 \n" ); document.write( "4x^2 - 140x + 864 = 0 \n" ); document.write( "simplify, divide by 4 \n" ); document.write( "x^2 - 35x + 216 = 0 \n" ); document.write( "you can use the quadratic formula, but this will factor \n" ); document.write( "x = 27 \n" ); document.write( "x = 8; this is only solution that will make sense \n" ); document.write( "then \n" ); document.write( "4(8^2) = 512 sq/in is the area of the removed squares \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, find the area of the base by subtracting 2x (16), from 40 and 30 \n" ); document.write( "14 * 24 = 336 \n" ); document.write( " \n" ); document.write( " |