document.write( "Question 72791: If the perimeter of a rectangle is 18 ft and the width is 6 ft, find its length. [Hint: The perimeter of a rectangle is given by P = 2L + 2W.]
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #52063 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Starting with the formula for the perimeter of a rectangle: \n" ); document.write( "P = 2L+2W and given that P = 18, W = 6, substitute these into the formula and solve for L \n" ); document.write( "18 = 2L+2(6) \n" ); document.write( "18 = 2L+12 Subtract 12 from both sides. \n" ); document.write( "18-12 = 2L \n" ); document.write( "6 = 2L Divide both sides by 2. \n" ); document.write( "6/2 = 2L/2 Simplify. \n" ); document.write( "3 = L or L = 3 \n" ); document.write( " |