document.write( "Question 1129066: The length of a rectangle is 6 yards less than 2
\n" ); document.write( "times the width. If the perimeter is
\n" ); document.write( "66yards, find the length and the width of the rectangle.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #745589 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
width=x
\n" ); document.write( "length=2x-6
\n" ); document.write( "perimeter is 2x+2(2x-6)=66
\n" ); document.write( "2x+4x-12=66
\n" ); document.write( "6x=78
\n" ); document.write( "x=13 yds width
\n" ); document.write( "2x-6=20 yards length
\n" ); document.write( "
\n" );