document.write( "Question 927341: The perimeter of a rectangle is 30 feet. The length is four times the width. Find the length and width of the rectangle. can you show me how to figure this out. thank you so , so much \n" ); document.write( "
| Algebra.Com's Answer #562903 by srinivas.g(540)     You can put this solution on YOUR website! Perimeter =30 feet \n" ); document.write( "Let width be w \n" ); document.write( "length = 4 times the width \n" ); document.write( " = 4*w \n" ); document.write( " = 4w \n" ); document.write( "But perimeter = 2(length+width) \n" ); document.write( " 30 = 2(4w+w) \n" ); document.write( " 30 = 2(5w) \n" ); document.write( " 30 = 10 w \n" ); document.write( "divide with 10 on both sides \n" ); document.write( " \n" ); document.write( " 3 =w \n" ); document.write( "so width = 3 feet \n" ); document.write( "length = 4*3 = 12 feet \n" ); document.write( "Result: Width = 3 feet & length = 12 feet \n" ); document.write( " |