document.write( "Question 128623: The length of a rectangle is 5 meters longer than the width. Find the length and width if the perimeter is 54 meters. \n" ); document.write( "
Algebra.Com's Answer #94112 by mr.barrett(5)![]() ![]() ![]() You can put this solution on YOUR website! In a rectangle, the following equation relates the perimeter, length, and width: \n" ); document.write( "Perimeter = 2*(length) + 2*(width). \n" ); document.write( " \n" ); document.write( "In this rectangle, \n" ); document.write( "Perimeter = 54 \n" ); document.write( "Width = w \n" ); document.write( "Length = w + 5 \n" ); document.write( " \n" ); document.write( "By substituting, we have 54 = 2*(w+5) + 2*(w).\r \n" ); document.write( "\n" ); document.write( "See if you can solve that equation for w. \n" ); document.write( " |