document.write( "Question 1147630: The dimensions of a rectangle were originally 10 units by 12 units. The area of the rectangle increased by 135 square units, and the dimensions were increased by the same amount. Find the dimensions of the new rectangle. \n" ); document.write( "
Algebra.Com's Answer #768966 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
(10+x)(12+x)=255
\n" ); document.write( "120+22x+x^2=255
\n" ); document.write( "x^2+22x-135=0
\n" ); document.write( "(x+27)(x-5)=0
\n" ); document.write( "x=5, only positive root
\n" ); document.write( "the new dimensions are 15 x 17 units or 255 units ^2, 135 units more than 120.
\n" ); document.write( "
\n" );