document.write( "Question 244827: The length of a rectangle is 3 meters longer than the width. If the area is 33 square meters, find the rectangle'a dimensions. \n" ); document.write( "
Algebra.Com's Answer #178996 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
len=3+wid
\n" ); document.write( "len*wid=33
\n" ); document.write( "(3+wid)*wid=33
\n" ); document.write( "3* wid^2=33
\n" ); document.write( "wid^2=11
\n" ); document.write( "wid=sqrt(11)
\n" ); document.write( "len =3+sqrt(11)
\n" ); document.write( "I don't like these numbers.
\n" ); document.write( "I suspect something is wrong with the problem\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );