document.write( "Question 370296: If the perimeter of a rectangle is 238 and the length is 75 more than the width, what is the length and the width \n" ); document.write( "
Algebra.Com's Answer #263948 by lefty4ever26(59)\"\" \"About 
You can put this solution on YOUR website!
L=75+W
\n" ); document.write( "Perimeter means add up all the sides. L+L+W+W. Replace the L's with (75+W)\r
\n" ); document.write( "\n" ); document.write( "(75+W)+(75+W)+W+W=238
\n" ); document.write( "150+4W=238
\n" ); document.write( "4W=88
\n" ); document.write( "W=22 SO if the Width is 22 then the Length is 22+75=97.
\n" ); document.write( "
\n" );