document.write( "Question 372142: the length of a rectangle is 2 inches more that its width. the area of the rectangle is 15 square inches. what are the length and width of the rectangle \n" ); document.write( "
Algebra.Com's Answer #265091 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! Width is x, length is x+2, Area is x(x+2) = 15 \n" ); document.write( "(x + 5)(x - 3) = 0 \n" ); document.write( "Width is 3 inches, Length is 5 inches \n" ); document.write( " |