document.write( "Question 260826: The Perimeter of a rectangle is 130 meters the length is 5m more than three times its width. Find the dimention of the rectangle \n" ); document.write( "
Algebra.Com's Answer #192160 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
Width is x, length is 3x + 5
\n" ); document.write( "Perimeter is 2(x+3x +5) = 130
\n" ); document.write( "8x +10 = 130
\n" ); document.write( "8x = 120
\n" ); document.write( "x = 15
\n" ); document.write( "So sides are 15 m and 50 m
\n" ); document.write( "
\n" );