document.write( "Question 331364: The length of a rectangle is 14 more than the width. The perimeter of the rectangle is 264 meters. What are the dimensions of the rectangle?\r
\n" );
document.write( "\n" );
document.write( "Please help! \n" );
document.write( "
Algebra.Com's Answer #237492 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Start with the formula for the perimeter of a rectangle: \n" ); document.write( "P = 2(L+W) Now substitute P = 264 and L = W+14 \n" ); document.write( "264 = 2(W+14+W) Divide both sides by 2. \n" ); document.write( "132 = W+W+14 Simplify. \n" ); document.write( "132 = 2W+14 Subtract 14 from both sides. \n" ); document.write( "118 = 2W Finally, divide both sides by 2. \n" ); document.write( "59 = W and L = 59+14 = 73 \n" ); document.write( "The dimensions are: \n" ); document.write( "Length = 73 meters. \n" ); document.write( "Width = 59 meters. \n" ); document.write( " |