document.write( "Question 192795: an open rectangle box with a length of 12 and a width of 9. the corners are cut out of the rectangle and the flaps are used to make an open, square box. \r
\n" );
document.write( "\n" );
document.write( "list the length as a function of x. f(x)=.....
\n" );
document.write( "list the width as a function of x. f(x)=....
\n" );
document.write( "list the equation for the volume as v(x)=.... \n" );
document.write( "
Algebra.Com's Answer #144898 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! an open rectangle box with a length of 12 and a width of 9. the corners are cut \n" ); document.write( " out of the rectangle and the flaps are used to make an open, square box. \n" ); document.write( ": \n" ); document.write( "Let x = side of the corner cut-out \n" ); document.write( ": \n" ); document.write( "list the length as a function of x. f(x)=..L... \n" ); document.write( "L = 12 - 2x \n" ); document.write( ": \n" ); document.write( "list the width as a function of x. f(x)=..W.. \n" ); document.write( "W = 9 - 2x \n" ); document.write( ": \n" ); document.write( "list the equation for the volume as v(x)=..V.. \n" ); document.write( "v = x(12-2x)(9-2x) \n" ); document.write( "v = x(108 - 42x + 4x^2) \n" ); document.write( "v = 4x^3 - 42x^2 + 108x \n" ); document.write( " |