document.write( "Question 187881: The width of a rectangle is 5ft less than the lenght. The area is 6ft^2. Find the length and the width \n" ); document.write( "
Algebra.Com's Answer #140863 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
W=L-5
\n" ); document.write( "L*W=6
\n" ); document.write( "L(L-5)=6
\n" ); document.write( "L^2-5L-6=0
\n" ); document.write( "(L-6)(L+1)=0
\n" ); document.write( "L-6=0
\n" ); document.write( "L=6 ANS. FOR THE LENGTH.
\n" ); document.write( "W=6-5=1 ANS. FOR THE WIDTH.
\n" ); document.write( "PROOF:
\n" ); document.write( "6*1=6
\n" ); document.write( "6=6
\n" ); document.write( "
\n" );