document.write( "Question 883378: The length of a room is 3 metres more than its breadth. If the length was increased by 3 metres and the breadth was decreased by 2 metres , the area of the room would remain the same. What is the breadth of original room in there?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #533516 by josgarithmetic(39617)![]() ![]() ![]() You can put this solution on YOUR website! w = breadth of original room; \n" ); document.write( "L = length of original room; \n" ); document.write( "L=w+3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Original room \n" ); document.write( "w and L, area is wL.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "New room \n" ); document.write( "L+3 and w-2, area is (w-2)(L+3).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The two rooms were equal area. The two equations for this system are |