document.write( "Question 944878: The length of a rectangle is 32 units greater than its width. If the width is w, which expression gives the perimeter of the rectangle in terms of its width? \n" ); document.write( "
Algebra.Com's Answer #576134 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
Length=L=W+32: Width=W; Perimeter=P
\n" ); document.write( "P=2(L+W)
\n" ); document.write( "P=2(W+32+W)
\n" ); document.write( "P=2(2W+32)
\n" ); document.write( "P=4W+64
\n" ); document.write( "
\n" );