document.write( "Question 415244: what is the perimeter of a rectangular field if it is 528 and the length is 5 times longer than it is wide. \n" ); document.write( "
Algebra.Com's Answer #291162 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Perimeter = the sum of all 4 sides \n" ); document.write( "Since it is a rectangle sum = 2l + 2w, where l = length and w = width \n" ); document.write( "Thus 2l + 2w = 528 (1) \n" ); document.write( "l = 5w (2) \n" ); document.write( "Substituting for l in (1) gives 2*5w + 2w = 528 \n" ); document.write( "Or 12w = 528 \n" ); document.write( "Solving for w gives w = 528/12 = 44 \n" ); document.write( "And therefore l = 5*44 = 220 \n" ); document.write( "Check: 2*220 + 2*44 = 440 + 88 = 528 \n" ); document.write( " |