document.write( "Question 1099839: I am in College Algebra but the question seemed to fit in this category...The base and sides of a container are made of wood panels. The container does not have a top. The base and sides are rectangular. The width is x cm. The length is 4 times the width. The volume is 600 cm^3. Determine the minimum surface area to two decimal places. \n" ); document.write( "
Algebra.Com's Answer #714331 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
The container does not have a top.
\n" ); document.write( " The base and sides are rectangular.
\n" ); document.write( "The width is x cm. The length is 4 times the width.
\n" ); document.write( " The volume is 600 cm^3.
\n" ); document.write( " Determine the minimum surface area to two decimal places.
\n" ); document.write( ":
\n" ); document.write( "let h = the height of the box
\n" ); document.write( "Given
\n" ); document.write( "x = the width
\n" ); document.write( "4x = the length
\n" ); document.write( "Volume
\n" ); document.write( "4x * x * h = 600
\n" ); document.write( "4x^2 * h = 600
\n" ); document.write( "h = \"600%2F%284x%5E2%29\"
\n" ); document.write( "cancel the 4
\n" ); document.write( "h = \"120%2Fx%5E2\"
\n" ); document.write( ":
\n" ); document.write( "Surface area
\n" ); document.write( "S.A. =(4x*x) + 2(4x*h) + 2(x*h)
\n" ); document.write( "S.A. = 4x^2 + 8xh + 2xh
\n" ); document.write( "S.A. = 4x^2 + 10xh
\n" ); document.write( "replace h with \"120%2Fx%5E2\"
\n" ); document.write( "S.A. = 4x^2 + 10x*\"120%2Fx%5E2\"
\n" ); document.write( "Cancel x
\n" ); document.write( "S.A. = 4x^2 + \"1200%2Fx\"
\n" ); document.write( "plot the equation y = 4x^2 + (1200/x), where y = the surface area
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-6%2C+10%2C+-100%2C+1000%2C+4x%5E2%2B%281200%2Fx%29%2C+339%29+\"
\n" ); document.write( "You can see minimum surface area occurs when x = 5.2 cm. Green: y=339
\n" ); document.write( "Find the minimum surface area
\n" ); document.write( "S.A. = 4(5.2^2) + \"1200%2F5.2\"
\n" ); document.write( "S.A. = 108.16 + 230.77
\n" ); document.write( "S.A = 338.93 sq/cm
\n" ); document.write( "
\n" ); document.write( "
\n" );