document.write( "Question 451828: find the dimensions of a rectangle whose length is 4 meters more than its width and whose area is 252m squared? \n" ); document.write( "
Algebra.Com's Answer #310688 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
n(n+4)=252
\n" ); document.write( "n2+4n-252=0
\n" ); document.write( "(n+18)(n-14)=0
\n" ); document.write( "n=14 or -18
\n" ); document.write( "Throwing out the negative answer, we get the width to be 14 meters, and the length to be 18 meters..
\n" ); document.write( "
\n" );