document.write( "Question 316721: a rectangular Persian carpet has a perimeter of 240 inches. the length of the carpet is 22 inches more than the width. what are the dimensions of the carpet? \n" ); document.write( "
Algebra.Com's Answer #226675 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the width be x
\n" ); document.write( "length = x+22
\n" ); document.write( "..
\n" ); document.write( "Perimeter = 2*L+2*W
\n" ); document.write( "2x+2(x+22)=240
\n" ); document.write( "2x+2x+44=240
\n" ); document.write( "4x+44=240
\n" ); document.write( "4x=196
\n" ); document.write( "x=49 inches which is the width
\n" ); document.write( "length = 49+22=71 inches
\n" ); document.write( "
\n" ); document.write( "
\n" );