document.write( "Question 359555: the perimeter of a rectangle is 160 cm , the length is 4 cm less than three times the width, find the length and width \n" ); document.write( "
Algebra.Com's Answer #256563 by Jk22(389)![]() ![]() You can put this solution on YOUR website! l = 3w-4 : length equals 3 times width minus four \n" ); document.write( " \n" ); document.write( "p = 2l + 2w = 6w - 8 + 2w = 8w - 8 = 160 \n" ); document.write( " \n" ); document.write( " hence w - 1 = 20, w = 21 cm \n" ); document.write( " \n" ); document.write( "=> l = 63 - 4 = 59 cm \n" ); document.write( " \n" ); document.write( "Verification : p = 59*2 + 2*21 = 118 + 42 = 160 cm \n" ); document.write( " |