document.write( "Question 1171422: The length of a rectangle with an area of (x^2 + 10x) square units if the width is x units is \n" ); document.write( "
Algebra.Com's Answer #802242 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
length = area divided by width\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "length = (x^2 + 10x)/x = x + 10
\n" ); document.write( "
\n" );