document.write( "Question 52767: An open-top box is to be constructed from a 6 by 8 foot rectangular 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( " \n" );
document.write( "
Algebra.Com's Answer #35196 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! An open-top box is to be constructed from a 6 by 8 foot rectangular 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( "a) Find the function V that represents the volume of the box in terms of x. \n" ); document.write( ": \n" ); document.write( "The bottom dimensions: [8-2x] by [6-2x]; the height would be just 'x' \n" ); document.write( ": \n" ); document.write( "Vol = Length * Width * Height \n" ); document.write( "Vol = [8-2x] * [6-2x] * x \n" ); document.write( ": \n" ); document.write( "FOIL Length * Width \n" ); document.write( "Vol = [48 - 28x + 4x^2] * x \n" ); document.write( ": \n" ); document.write( "Mult that by x (height) and you have \n" ); document.write( "Vol = 48x - 28x^2 + 4x^3 \n" ); document.write( ": \n" ); document.write( "V(x) = 4x^3 - 28x^2 + 48x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "An example: a box 1 ft high: [8-2] * [6-2] * 1 = 24 cu ft. \n" ); document.write( ": \n" ); document.write( "Check our equation for x=1: substitute 1 for x in the equation and you have: 4 - 28 + 48 = +24.\r \n" ); document.write( "\n" ); document.write( "Make sense to you?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |