document.write( "Question 1123086: The length of a rectangle is 5cm longer than twice the length of the width. If the perimeter of the rectangle is 88cm, what is the width? \n" ); document.write( "
Algebra.Com's Answer #739309 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
width=x
\n" ); document.write( "length=2x+5
\n" ); document.write( "perimeter=88=2L+2W
\n" ); document.write( "so half perimeter=44=L+W
\n" ); document.write( "x+2x+5=44
\n" ); document.write( "3x=39
\n" ); document.write( "x=13 cm width ANSWER
\n" ); document.write( "2x+5=31 cm length
\n" ); document.write( "
\n" );