document.write( "Question 335937: Suppose you double the lengths of the sides of a rectangle.
\n" );
document.write( "What is the relationship between the perimeter of the new rectangle and the perimeter of the original rectangle? \n" );
document.write( "
Algebra.Com's Answer #240976 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let L & W be the original sides. \n" ); document.write( "2L+2W=perimeter. \n" ); document.write( "Let 2L & 2W be the expanded sides. \n" ); document.write( "2*2L+2*2W=perimeter \n" ); document.write( "4L+4W=perimeter for the expanded redtangle. \n" ); document.write( "The perimeter is doubled. \n" ); document.write( " |