document.write( "Question 83450: An open-top box is to be constructed from a 6 foot by 8 foot rectangular cardboard by cutting out equal squares at each corner and folding up the flaps. Let x denote the length of each side of the square to be cut out.\r
\n" );
document.write( "\n" );
document.write( "a.Find the function V that represents the volume of the box in terms of x.\r
\n" );
document.write( "\n" );
document.write( "b.Graph this function and show the graph over the valid range of the variable x.\r
\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( "
Algebra.Com's Answer #59954 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! An open-top box is to be constructed from a 6 foot by 8 foot rectangular cardboard by cutting out equal squares at each corner and folding up the flaps. Let x denote the length of each side of the square to be cut out. \n" ); document.write( "Dimensions: \n" ); document.write( "Length = 8 - 2x \n" ); document.write( "Width = 6 - 2x \n" ); document.write( "Height = x \n" ); document.write( "a.Find the function V that represents the volume of the box in terms of x. \n" ); document.write( "V(x) = l*w*h = (8 - 2x)(6 - 2x)(x) = 48x - 28x^2 + 4x^3 \n" ); document.write( "b.Graph this function and show the graph over the valid range of the variable x. \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( "Seems when x = 1 ... max volume is 24ft^3 \n" ); document.write( " |