document.write( "Question 73932: An open top box is to be constructed from a 6 foot by 8 foot rectanglar cardboard by cutting out equal squares at each corner and the folding up the flaps. Let x denote the length of each side of the square to be cut out.
\n" );
document.write( "a)find the function V that represents the volume of the box in terms of x
\n" );
document.write( "b) graph the function and show the graph over the valid range of the variable x
\n" );
document.write( "c) Using the graph, what is the value of x that will produce the maximum volume? \n" );
document.write( "
Algebra.Com's Answer #52924 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An open top box is to be constructed from a 6 foot by 8 foot rectanglar cardboard by cutting out equal squares at each corner and the folding up the flaps. Let x denote the length of each side of the square to be cut out. \n" ); document.write( "------------------------------------------------------------------------ \n" ); document.write( "Draw the picture so you can see the width, length, and height of the box. \n" ); document.write( "--------------------------- \n" ); document.write( "a)find the function V that represents the volume of the box in terms of x \n" ); document.write( "New width is 6-2x ft , New length is 8-2x ft ; height = x ft. \n" ); document.write( "Volume = width*length*height \n" ); document.write( "V = (6-2x)(8-2x)x \n" ); document.write( "V = 4(3-x)(4-x)x \n" ); document.write( "V = 4x(x^2-7x+12) \n" ); document.write( "V = 4x^3-28x^2+48x \n" ); document.write( "------------------------ \n" ); document.write( "b) graph the function and show the graph over the valid range of the variable x \n" ); document.write( " \n" ); document.write( "---------- \n" ); document.write( "c) Using the graph, what is the value of x that will produce the maximum volume? \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |