document.write( "Question 1042556: A rectangular plot has the length of 6 meters longer than it's width. The area of the plot is 16 square meters. Find the length and width of the plot.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #657576 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let w be width. Then length is w+6. So:
\n" ); document.write( "w(w+6)=16
\n" ); document.write( "w²+6w-16=0
\n" ); document.write( "(w+8)(w-2)=0
\n" ); document.write( "w=2
\n" ); document.write( "w+6=8
\n" ); document.write( "The plot is 2m by 8m. ☺☺☺☺
\n" ); document.write( "
\n" );