document.write( "Question 985067: A box is to be constructed from a sheet of cardboard that is 20 cm by 50 cm by cutting out squares of length x by x from each corner and bending up the sides. \r
\n" );
document.write( "\n" );
document.write( "What is the maximum volume this box could have? (Round your answer to two decimal places. Do not include units, for example, 10.22 cm would be 10.22.) \n" );
document.write( "
Algebra.Com's Answer #605902 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "L=length=50-2x; W=width=20-2x; H=height=x; V=volume \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The function will have a maximum at the point where the first derivative equals zero. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "Determine the domain of the function. x must be greater than 0 or H would be zero and we would have a flat sheet, so x>0. 2x must be less than 20 or we would have no width so 2x<20 or x<10 \n" ); document.write( "So 0 < x < 10. \n" ); document.write( "That leaves us with x=4.40 as the solution. \n" ); document.write( "The size of the box: \n" ); document.write( "L=50-2x=50-8.80=41.20 \n" ); document.write( "W=20-2x=20-8.80=11.20 \n" ); document.write( "H=x=4.40 \n" ); document.write( "Maximum Volume of the box=(41.20)(11.20)(4.40)=2030.34 cm^3 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |