document.write( "Question 1004356: The perimeter of a rectangle is 968 cm. The width is one-third as long as the length. Find the dimensions. \n" ); document.write( "
Algebra.Com's Answer #620873 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the length and width, L and W. \n" ); document.write( "We have W = (1/3)L or L = 3W. \n" ); document.write( "Perimeter P = 2L + 2W = 968 \n" ); document.write( "Substituting the first equation into the second gives \n" ); document.write( "2(3W) + 2W = 968 \n" ); document.write( "6W + 2W = 968 \n" ); document.write( "8W = 968 \n" ); document.write( "W = 121 cm \n" ); document.write( "and since this is one-third of the length, \n" ); document.write( "L = 363 cm \n" ); document.write( " \n" ); document.write( " |