document.write( "Question 1015524: A rectangle has width w and its length is 2 units shorter than 3 times the width. Which polynomial represents the perimeter of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #631881 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "W=width; L=length=3W-2; P=perimeter \n" ); document.write( ". \n" ); document.write( "P=2(L+W) \n" ); document.write( "P=2((3W+2)+W) \n" ); document.write( "P=2(4W+2) \n" ); document.write( "P=8W+4 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |