document.write( "Question 1188209: You are designing boxes to ship your newest design. You use a rectangular piece of cardboard measuring 40 in. by 30 in. to be make an open box with a base (bottom) of 900 in2 by cutting equal squares from the four corners and then bending up the sides. Find, to the nearest tenth of an inch, the length of the side of the square that must be cut from each corner.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #819242 by Boreal(15235) You can put this solution on YOUR website! Draw this helps \n" ); document.write( "the bottom will be 40-2x by 30-2x, and that will equal 900 in^2. x is the length of the side of the square. \n" ); document.write( "1200-140x+4x^2=900 \n" ); document.write( "4x^2-140x+300=0 \n" ); document.write( "x^2-35x+75=0 \n" ); document.write( "x=(1/2)(35+/- sqrt (1225-300)); sqrt 925=30.4 \n" ); document.write( "x=32.7 inches and 2.3 inches; 2.3 inches is the answer. \n" ); document.write( "the sides will become 35.4 x 25.4=899.16 in^2. \n" ); document.write( " \n" ); document.write( " |