document.write( "Question 202324This question is from textbook Elementary and Intermediate Algebra
\n" ); document.write( ": Open-top box. Thomas is going to make an open-top box
\n" ); document.write( "by cutting equal squares from the four corners of an
\n" ); document.write( "11 inch by 14 inch sheet of cardboard and folding up the
\n" ); document.write( "sides. If the area of the base is to be 80 square inches, then
\n" ); document.write( "what size square should be cut from each corner?
\n" ); document.write( "

Algebra.Com's Answer #152556 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=\"side of the square\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "11 * 14 - 4x^2 = 80 ___ 74 = 4x^2 ___ 37/2 = x^2 ___ sqrt(37/2) = x
\n" ); document.write( "
\n" );