document.write( "Question 31509: a rectangle is 3cm longer than it is wide. IF the length and width of the rectangle are each increased by 2cm, the area is increased by 54cm squared. What are the dimensions of the original rectangle? \n" ); document.write( "
Algebra.Com's Answer #18188 by mukhopadhyay(490)\"\" \"About 
You can put this solution on YOUR website!
Let the width be x cm
\n" ); document.write( "The length = (x+3)
\n" ); document.write( "Area=x(x+3)
\n" ); document.write( "Now, if the length and width are increased by 2cm, length=(x+2) and width=(x+5)
\n" ); document.write( "Area=(x+2)(x+5)\r
\n" ); document.write( "\n" ); document.write( "(x+2)(x+5)=x(x+3)+54
\n" ); document.write( "=>x^2+7x+10=x^2+3x+54
\n" ); document.write( "=>7x+10=3x+54
\n" ); document.write( "=>4x=44
\n" ); document.write( "=>x=11\r
\n" ); document.write( "\n" ); document.write( "Dimensions of the original rectangle is 14cm X 11 cm
\n" ); document.write( "
\n" );