document.write( "Question 67588: 1) An open-top box is to be constructed from a 4 foot by 6 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( "Answer:
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #48083 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! V=(6-2X)(4-2X)X \n" ); document.write( "V=X(24-8X-12X+4X^2) \n" ); document.write( "V=X(4X^2-20X+24) \n" ); document.write( "V=4X(X^2-5X+6) \n" ); document.write( "V=4X(X-2)(X-3) \n" ); document.write( " |