document.write( "Question 761808: If the width of a rectangle is three fourths of the length. the perimeter of the rectangle becomes 50cm when the length and the width are each increased by 2cm. what is the length and the width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #463482 by danishsiddiqui1000(2)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let x = length of rectangle \n" ); document.write( "Let 3x/4 = width of rectangle \n" ); document.write( "Perimeter of rectangle P = 2 + 2* \n" ); document.write( "[3x/4] \n" ); document.write( "Perimeter of rectangle = 50 = 2 + \n" ); document.write( "2 \n" ); document.write( "That is 50 = 2x + 4 + 2 \n" ); document.write( "50 = 2x + 4 + (3x + 8)/2 \n" ); document.write( "50 = (4x + 8 + 3x + 8)/2 \n" ); document.write( "100 = 4x + 8 + 3x + 8 \n" ); document.write( "100 = 7x + 16 \n" ); document.write( "84 = 7x \n" ); document.write( "x = 12 \n" ); document.write( "Length of rectangle = 12 cm \n" ); document.write( "Width of rectangle = 9 cm = 12*3/4 \n" ); document.write( "Check 12+2 = 14 ; 9+2 = 11 ; P = 2*14 + \n" ); document.write( "2*11 = 28 + 22 = 50 cm \n" ); document.write( " |