document.write( "Question 425974: given a rectangle has a length of x+2 and a width of x, write an expression in simplified form for the perimator of the rectangle \n" ); document.write( "
Algebra.Com's Answer #296427 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Perimeter = 2(length + width) \n" ); document.write( ". \n" ); document.write( "Since: \n" ); document.write( "length = x+2 \n" ); document.write( "width = x \n" ); document.write( "we now have: \n" ); document.write( "Perimeter = 2(x+2 + x) \n" ); document.write( "Perimeter = 2(2x+2) \n" ); document.write( "Perimeter = 4x+4 \n" ); document.write( ". \n" ); document.write( "Answer: 4x+4 \n" ); document.write( " \n" ); document.write( " |