document.write( "Question 759458: A new City park is rectangular. The length is triple the width. It will take 240 yards of fencing to go around the park. Find the length and width of the park. \n" ); document.write( "
Algebra.Com's Answer #462064 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Width = x
\n" ); document.write( "Length = 3x
\n" ); document.write( "Perimeter = 2*width + 2*length
\n" ); document.write( " 240 = 2(x) + 2(3x)
\n" ); document.write( " 240 = 2x + 6x
\n" ); document.write( " 240 = 8x
\n" ); document.write( " x = 240/8
\n" ); document.write( " x = 30
\n" ); document.write( "So, Width = 30ft and Length = 90ft.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );