document.write( "Question 908130: a rectangle has a perimeter of 244 feet the width is 17 feet shorter than the length. find the length and width of the rectangle \n" ); document.write( "
Algebra.Com's Answer #550821 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
The perimeter is a fence around.
\n" ); document.write( "P = 2L + 2W
\n" ); document.write( "W = L-17
\n" ); document.write( "Take the known value of W from the second equation and put it into the first.
\n" ); document.write( "P = 2L + 2W
\n" ); document.write( "244 = 2L + 2(L-17)
\n" ); document.write( "Distribute
\n" ); document.write( "244 = 2L + 2L -34
\n" ); document.write( "Add 34 to each side
\n" ); document.write( "278 = 4L
\n" ); document.write( "Divide each side by 4
\n" ); document.write( "L = 69.5
\n" ); document.write( "If the length is 69.5, then the width is 52.5
\n" ); document.write( "69.5 + 69.5 + 52.5 + 52.5 = 244
\n" ); document.write( "
\n" );