document.write( "Question 1172812: Suppose you have 20 inches by 16 inches cardboard. You need to cut
\n" ); document.write( "an identical square in each corner to form an open box with a total
\n" ); document.write( "volume of 384 cubic inches. What is area of each square being cut off?
\n" ); document.write( "

Algebra.Com's Answer #797925 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Let x be the size of the square to cut at each corner (in inches).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Then the dimensions of the base of the box will be  (20-2x) inches and (16-2x) inches;\r\n" );
document.write( "\r\n" );
document.write( "the height of the box will be x inches.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, the volume of the box is  x*(20-2x)*(16-2x) cubic inches.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It gives you an equation\r\n" );
document.write( "\r\n" );
document.write( "     x*(20-2x)*(16-2x) = 384.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify by dividing both sides by 4\r\n" );
document.write( "\r\n" );
document.write( "    x*(10-x)*(8-x) = 96.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is a cubic equation.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "You can solve it graphically, or by trial and error method, or using the Rational root test.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "From the plot below, you can see that the roots of the last equation are x= 2, x= 4  and  x= 12.  \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is clear that the roots x= 2 and x= 4 are the solutions to the problem, while the root x= 12 is not.   \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Having it, you may compute the possible areas of the cut squares.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "            Plot y = x*(10-x)*(8-x) - 96\r\n" );
document.write( "\r\n" );
document.write( "
\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );