document.write( "Question 710112: The perimeter of a rectangle playing field is 504 yards. its length is 6 yards shorter than twice its width. what is the area? \n" ); document.write( "
Algebra.Com's Answer #436870 by sachi(548)\"\" \"About 
You can put this solution on YOUR website!
length is 6 yards shorter than twice its width.
\n" ); document.write( "let the width is x
\n" ); document.write( "then length =2x-6
\n" ); document.write( "The perimeter of a rectangle playing field is 504 yards.
\n" ); document.write( "so 2(x+2x-6)=504
\n" ); document.write( "or 3x-6=504/2=252
\n" ); document.write( "or 3x=252+6=258
\n" ); document.write( "or x=258/3=86=width
\n" ); document.write( "length=2*86-6=166
\n" ); document.write( "the area=86*166=14276
\n" ); document.write( "
\n" );