document.write( "Question 1006807: A rectangular soccer field is 20 yards longer than it is wide write an expression for the fields perimeter in terms of the width
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #622871 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "W=width; L=length=W+20yds \n" ); document.write( ". \n" ); document.write( "P=2(L+W) \n" ); document.write( "P=2(W+20yds+W) \n" ); document.write( "P=2(2W+20yds) \n" ); document.write( "P=4W+40yds \n" ); document.write( " |