document.write( "Question 152935: The length of a rectangle is 5m greater than the width.
\n" );
document.write( "The perimeter is 150m. find the width and length. \n" );
document.write( "
Algebra.Com's Answer #112395 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the width of the rectangle, then the length of it is x + 5. \n" ); document.write( "As the perimeter is 150, we can set up an equation using this fact: \n" ); document.write( "2x + 2(x + 5) = 150 \n" ); document.write( "Solving for x, we obtain: \n" ); document.write( "2x + 2x + 10 = 150 \n" ); document.write( "4x + 10 = 150 \n" ); document.write( "4x = 140 \n" ); document.write( "x = 35 \n" ); document.write( "so the width and length are 35 and (35 + 5 =)40 meters. \n" ); document.write( " \n" ); document.write( " |