document.write( "Question 942882: What is the area, in square feet, of a rectangle whose width is 6 feet and whose length is 2 feet more than three times it's width? \n" ); document.write( "
Algebra.Com's Answer #574833 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
width=W=6 ft; length =L=3W+2=3(6)+2=20 ft
\n" ); document.write( "Area=LW=(6 ft)(20 ft)=120 sq ft
\n" ); document.write( "
\n" );