document.write( "Question 853303: The length of a rectangle is 8 more than twice the width. Find the perimeter. \n" ); document.write( "
Algebra.Com's Answer #514057 by hamsanash1981@gmail.com(151)\"\" \"About 
You can put this solution on YOUR website!
Let width be x and length x+8
\n" ); document.write( "Perimeter = 2(x+8+x)
\n" ); document.write( "= 4x+16
\n" ); document.write( "
\n" );