document.write( "Question 464487: the length of a rectangle exceeds its breadth by 7cm.if the length is decreased by 4 cm and the breadth is increased by 3 cm.the area of the new rectangle is the area of the original rectangle.find the length and the breadth of the original rectangle. \n" ); document.write( "
Algebra.Com's Answer #318220 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Let x = the breadth of the rectangle \n" ); document.write( "x+ 7 = the length of the rectangle \r \n" ); document.write( "\n" ); document.write( "(x+7-4)(x+3) = x(x+7) \n" ); document.write( "x^2+6x+9 = x^2+7x \n" ); document.write( "9=7x-6x \n" ); document.write( "x = 9 \n" ); document.write( "x+7 = 16\r \n" ); document.write( "\n" ); document.write( "The length of the rectangle is 16 cm. \n" ); document.write( "The breadth of the rectangle is 9 cm. \n" ); document.write( " |