document.write( "Question 604250: A rectangular box without lid is to be made from a square cardboard area of 300 cm squared by cutting equal squares from each corner and then folding up the sides What is the maximum volume? \n" ); document.write( "
Algebra.Com's Answer #381096 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A rectangular box without lid is to be made from a square cardboard area of 300 cm squared by cutting equal squares from each corner and then folding up the sides What is the maximum volume?
\n" ); document.write( ":
\n" ); document.write( "A side of a square piece of cardboard: \"sqrt%28300%29\" = 17.32 cm, also means the base of the box will be square
\n" ); document.write( "let x = length of the side of the squares removed from the 4 corners
\n" ); document.write( "Dimension of the box; (17.32 - 2x) by (17.32 - 2x) by x
\n" ); document.write( ":
\n" ); document.write( "Vol = (17.32 - 2x)*(17.32 - 2x)*x
\n" ); document.write( "FOIL
\n" ); document.write( "V = \"300+-+69.28x+%2B+4x%5E2\" * x
\n" ); document.write( "V = \"4x%5E3+-+69.28x%5E2+%2B+300x\", is the equation
\n" ); document.write( ":
\n" ); document.write( "Graph this to find max volume
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-2%2C+10%2C+-100%2C+500%2C+4x%5E3+-+69.28x%5E2+%2B+300x%29+\"
\n" ); document.write( ":
\n" ); document.write( "max volume occurs when x = 2.9 and is very close to 385 cu/cm
\n" ); document.write( "
\n" );