document.write( "Question 1174860: I really need help with this problem, I'd appreciate a detailed explanation too because it's really important!!!\r
\n" );
document.write( "\n" );
document.write( "You have a flat sheet of cardboard that is 10 inches long and 8 inches wide. You need to make a box that has the maximum area. So you decide to cut out square corners of the sheet of cardboard, and fold the cardboard to make a box. Let x represent the side of each little square you cut out. Write a function for the area of the box and use your graphing calculator to graph it. \r
\n" );
document.write( "\n" );
document.write( "What is the maximum area of your box, and what value of x gives you that maximum area? Be sure to justify your answer. \n" );
document.write( "
Algebra.Com's Answer #800331 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! You have a flat sheet of cardboard that is 10 inches long and 8 inches wide. \n" ); document.write( " You need to make a box that has the maximum volume. \n" ); document.write( " So you decide to cut out square corners of the sheet of cardboard, and fold the cardboard to make a box. \n" ); document.write( " Let x represent the side of each little square you cut out. \n" ); document.write( " Write a function for the volume of the box and use your graphing calculator to graph it. \n" ); document.write( "What is the maximum volume of your box, and what value of x gives you that maximum area? \n" ); document.write( " Be sure to justify your answer. \n" ); document.write( ": \n" ); document.write( "the dimensions of the box will be \n" ); document.write( "(10-2x) by (8-2x) by x, which is the height \n" ); document.write( "f(x) = Volume \n" ); document.write( "V = (10-2x)*(8-2x)*x \n" ); document.write( "FOIL \n" ); document.write( "v = (80-20x-16x+4x^2)*x \n" ); document.write( "V = (80-36x+ 4x^2)*x \n" ); document.write( "multiply by x, arrange in the standard order \n" ); document.write( "V = 4x^3 - 36x^2 = 80x \n" ); document.write( "Graph this equation, volume is on the vertical axis, x is the horizontal \n" ); document.write( " \n" ); document.write( "calc shows max volume is when x = 1.47 inches and \n" ); document.write( "then the max vol = 52.5 cu/in (green line) \n" ); document.write( ": \n" ); document.write( "You can confirms this by replacing 1.47 for x in the original equation, and finding the volume \n" ); document.write( " |