document.write( "Question 5688: The perimeter of a rectangle is 240 inches. The length is twice it's width. find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #2930 by prince_abubu(198)![]() ![]() ![]() You can put this solution on YOUR website! Let's start with Perimeter Formula for a rectangle: P = 2L + 2W.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "They told us that the perimeter is 240, so 2L + 2W = 240.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The length is twice the width.\" Since the length is obviously longer as mentioned, we need to double the (shorter) width to equal the length, so L = 2W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Substitute 2W for L in the perimeter equation so that you'll only be solving for 1 unknown variable. 2(2W) + 2W = 240.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4W + 2W = 240\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6W = 240\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "W = 40 inches.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We've got to find the length now. Since the length is double the width, the length would be 80 inches.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the dimensions would be Width = 40 inches and Length = 80 inches. \n" ); document.write( " |