document.write( "Question 588716: A rectangular box with a square base is 11 inches wider than it is tall. If x represents the width of the base of the box, then the volume of the box as a function of x is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #374587 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular box with a square base is 11 inches wider than it is tall. If x represents the width of the base of the box, then the volume of the box as a function of x is \n" ); document.write( ": \n" ); document.write( "x = the width \n" ); document.write( "A square base therefore: \n" ); document.write( "x = length \n" ); document.write( "and \"a square base is 11 inches wider than it is tall\" \n" ); document.write( "(x-11) = the height \n" ); document.write( ": \n" ); document.write( "f(x) = the volume \n" ); document.write( "f(x) = x * x * (x-11) \n" ); document.write( "f(x) = x^2(x-11) \n" ); document.write( "f(x) = x^3 - 11x^2 \n" ); document.write( " |