document.write( "Question 238862: The volume in cubic inches for a fish tank with a square base and height x is given by the formula----V(x)=x^3+6x^2+9x
\n" );
document.write( "Find an expression for the length of a side of the square base. \n" );
document.write( "
Algebra.Com's Answer #175511 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! The volume in cubic inches for a fish tank with a square base and height x is given by the formula----V(x)=x^3+6x^2+9x \n" ); document.write( "Find an expression for the length of a side of the square base. \n" ); document.write( ": \n" ); document.write( "Factor out x, (given as the height), what's left has to be the area of the base, right? \n" ); document.write( "x(x^2 + 6x + 9) \n" ); document.write( "; \n" ); document.write( "x^2 + 6x + 9 \n" ); document.write( "same as: \n" ); document.write( "(x+3)^2 \n" ); document.write( "therefore \n" ); document.write( "(x+3) = the side of the base \n" ); document.write( " |