document.write( "Question 1091737: a rectangular football field is 20 feet longer than twice the width. perimeter of the field is 160 feet. find the dimension of the field. \n" ); document.write( "
Algebra.Com's Answer #706213 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
width is x
\n" ); document.write( "length is 2x+20
\n" ); document.write( "P=2 length+ 2 widths
\n" ); document.write( "160=2(x-20)+2x
\n" ); document.write( "80=x+20+x
\n" ); document.write( "2x+20=80
\n" ); document.write( "x=30 feet width
\n" ); document.write( "x+20=50 feet length
\n" ); document.write( "
\n" );