document.write( "Question 287754: The length of a rectangle is 2 inches more than its width. The area of the rectangle is 15 inches. What are the length and width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #208516 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Let the width be x\r
\n" ); document.write( "\n" ); document.write( "the length will be x+2\r
\n" ); document.write( "\n" ); document.write( "Area = L*W\r
\n" ); document.write( "\n" ); document.write( "=x(x+2)\r
\n" ); document.write( "\n" ); document.write( "15=x^2+2x\r
\n" ); document.write( "\n" ); document.write( "x^2+2x-15=0\r
\n" ); document.write( "\n" ); document.write( "x^2+5x-3x-15=0\r
\n" ); document.write( "\n" ); document.write( "x(x+5)-3(x+5)=0\r
\n" ); document.write( "\n" ); document.write( "(x+5)(x-3)=0\r
\n" ); document.write( "\n" ); document.write( "x=-5 or 3\r
\n" ); document.write( "\n" ); document.write( "width = 3 and length = 5\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );