document.write( "Question 220071: The perimeter of a rectangle is 38 inches.If the length is 3 inches more than the width. Find the width. \n" ); document.write( "
Algebra.Com's Answer #165287 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
P=2w+2l
\n" ); document.write( "38=2x+2(x+3)
\n" ); document.write( "38=4x+6
\n" ); document.write( "32=4x
\n" ); document.write( "8=x
\n" ); document.write( "x=8=width
\n" ); document.write( "x+3=11=length
\n" ); document.write( "
\n" );