document.write( "Question 487560: Lenght of a rectangle is 1 unit more than it's width.
\n" );
document.write( " The area of this rectangle is 30 square units.
\n" );
document.write( " What are the dimensions of the rectangle \n" );
document.write( "
Algebra.Com's Answer #333077 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! 5 units by 6 units. You can do this by noting that 30 = 5*6, or by doing it the longer way by letting x(x+1) = 30 and solving via factoring. \n" ); document.write( " |