document.write( "Question 370982: Squares are cut from the corner of a rectangular sheet of metal 30 inches by 50 inches. The four sides are then turned up and soldered. How large are the squares if the volume open metal box is 2,392 cubic inches? 4,000 cubic inches? \n" ); document.write( "
| Algebra.Com's Answer #264330 by mananth(16946)     You can put this solution on YOUR website! dimensions of plate = 30 by 50 \n" ); document.write( "let he square cut has edge x cm. \n" ); document.write( "the length will reduce to 30-2x \n" ); document.write( "width will reduce to 50-2x \n" ); document.write( "height of box when folded will be x \n" ); document.write( ".. \n" ); document.write( "Volume of box = L*W*H= 2392 \n" ); document.write( "x(50-2x)(30-2x)=2392 \n" ); document.write( "4x(25-x)(15-x)= 2392 \n" ); document.write( "4x(375-25x-15x+x^2)=2392 \n" ); document.write( "4x(x^2-40x+375)=2392 \n" ); document.write( "/4 \n" ); document.write( "x(x^2-40x+375)=2392/4 \n" ); document.write( "x^3-40x^2+375x-598=0 \n" ); document.write( "solve for x \n" ); document.write( " you will get x=2 the width cut \n" ); document.write( "so the squares are 2 by 2 in \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |