document.write( "Question 417212: The area of the rectangle is 36.
\n" );
document.write( "the length is x+5 and the width is x.
\n" );
document.write( "Find the value of x. \n" );
document.write( "
Algebra.Com's Answer #292141 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x(x+5)=36 \n" ); document.write( "x^2+5x-36=0 \n" ); document.write( "(x+9)(x-4)=0 \n" ); document.write( "x=4 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |