document.write( "Question 339696: the area of a rectangle is 360 square units. if one unit is added to both the length and the with of the rectangle the new area is 400 squre units. what are the dimensionsof the original rectangle? \n" ); document.write( "
Algebra.Com's Answer #243344 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let width be x
\n" ); document.write( "length be 360/x
\n" ); document.write( "..
\n" ); document.write( "1 is added
\n" ); document.write( "x+1
\n" ); document.write( "360/x + 1
\n" ); document.write( "(x+1)(360/x +1)=400
\n" ); document.write( "(x+1)(360+x)/x=400
\n" ); document.write( "(x+1)(360+x)=400x
\n" ); document.write( "360x+x^2+360+x=400x
\n" ); document.write( "x^2-39x+360=0
\n" ); document.write( "x^2-24x-15x+360=0
\n" ); document.write( "x(x-24)-15(x-24)=0
\n" ); document.write( "(x-24)(x-15)=0
\n" ); document.write( "x=15 OR 24
\n" ); document.write( "
\n" );