document.write( "Question 1159359: The playing field for a particular sport is a rectangle whose length is 5 feet more than twice the width. The perimeter of the playing field is 196 feet. Find the dimensions of the playing field. \n" ); document.write( "
Algebra.Com's Answer #782372 by MowMow(42)\"\" \"About 
You can put this solution on YOUR website!
Let w be the width of the field,
\n" ); document.write( "Then w+5 is the length of the field.
\n" ); document.write( "The perimeter = 196 = 2w + 2(w+5)
\n" ); document.write( "p = 186 = 4w
\n" ); document.write( "The width = 4.5 ft. and the length = 9.5 ft.
\n" ); document.write( "
\n" );