document.write( "Question 766592: a rectangle has a lenght which is 5cm less than twice its breadth. if the length is decreased by 5 cm and breadth is increased by 2 cm.the perimeter of the resulting rectangle will be 74.find the length and breadth \n" ); document.write( "
Algebra.Com's Answer #467052 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Breadth = x \n" ); document.write( "Length = 2x - 5 \n" ); document.write( "Then the length is decreased by 5 \n" ); document.write( "= 2x - 10 \n" ); document.write( "The breadth is increased by 2 \n" ); document.write( "= x + 2 \n" ); document.write( "Perimeter = 2*breadth + 2*length \n" ); document.write( "74 = 2*(x + 2)+ 2*(2x - 10) \n" ); document.write( "74 = 2x + 4 + 4x - 20 \n" ); document.write( "74 = 6x - 16 \n" ); document.write( "6x = 74 + 16 \n" ); document.write( "6x = 90 \n" ); document.write( " x = 15 cm \n" ); document.write( "Breadth = 15cm \n" ); document.write( "Length = 25cm \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |