document.write( "Question 1139325: You are to construct an open box
\n" );
document.write( "from a rectangular sheet of cardboard that measures 18
\n" );
document.write( "inches by 25 inches. To assemble the box, you make the four
\n" );
document.write( "cuts shown in the figure below and then fold on the dashed
\n" );
document.write( "lines. What value of x (to the nearest 0.01 inch) will produce a
\n" );
document.write( "box with maximum volume? What is the maximum volume (to
\n" );
document.write( "the nearest 0.1 cubic inch)?\r
\n" );
document.write( "\n" );
document.write( "Figure: https://i.imgur.com/lPeHsph.png \n" );
document.write( "
Algebra.Com's Answer #757108 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! You are to construct an open box from a rectangular sheet of cardboard that measures 18 inches by 25 inches. \n" ); document.write( " To assemble the box, you make the four cuts shown in the figure below and then fold on the dashed lines. \n" ); document.write( " What value of x (to the nearest 0.01 inch) will produce a box with maximum volume? \n" ); document.write( ": \n" ); document.write( "From the diagram we can see the dimensions will be (25-4x) by (18-2x) and the height will be x \n" ); document.write( "the volume then \n" ); document.write( "V = (25-4x)*(18-2x)*x \n" ); document.write( "FOIL \n" ); document.write( "V = (450-50x-72x+8x^2)*x \n" ); document.write( "V = 8x^3 - 122x^2 + 450x \n" ); document.write( "We can plot this \n" ); document.write( " \n" ); document.write( "Max volume is when x = 2.41\" \n" ); document.write( " |