document.write( "Question 897519: the length of a rectangle is 10 units longer than its width. If the total perimeter of the rectangle is 44 units what is the width? \n" ); document.write( "
Algebra.Com's Answer #544172 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
the length of a rectangle is 10 units longer than its width. If the total perimeter of the rectangle is 44 units what is the width?
\n" ); document.write( "***
\n" ); document.write( "let x=width
\n" ); document.write( "x+10=length
\n" ); document.write( "2(length+width)=perimeter
\n" ); document.write( "2(x+10+x)=44
\n" ); document.write( "2x+10=22
\n" ); document.write( "2x=12
\n" ); document.write( "x=6
\n" ); document.write( "x+10=16
\n" ); document.write( "width=6 units
\n" ); document.write( "
\n" );