document.write( "Question 316203: A field is six times as long as it is wide, and the distance around the field is 1610 feet. What are the dimensions of the field? \n" ); document.write( "
Algebra.Com's Answer #226152 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let width be x
\n" ); document.write( "length = 6x
\n" ); document.write( "..
\n" ); document.write( "perimeter = 2L+2W
\n" ); document.write( "1610=2x+2*6x
\n" ); document.write( "1610=14x
\n" ); document.write( "1610/14=x
\n" ); document.write( "x=117 feet- width
\n" ); document.write( "length = 6*117
\n" ); document.write( "=702 feet
\n" ); document.write( "
\n" );