document.write( "Question 1054977: If each dimension of a room is increased one meter, the area is increased by 51 meters ; and if the length is increased by one meter and the width diminished by one meter, the area is decreased 3 square meters. Find the dimensions \n" ); document.write( "
Algebra.Com's Answer #670193 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "If each dimension of a room is increased one meter, the area is increased by 51 meters ; and if the length is increased \n" ); document.write( "by one meter and the width diminished by one meter, the area is decreased 3 square meters. Find the dimensions \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "(x+1)*(y+1) - xy = 51, (1) (x = the length, y = the width)\r\n" ); document.write( "(x+1)*(y-1) - xy = -3. (2)\r\n" ); document.write( "\r\n" ); document.write( "Simplify (by opening the parentheses)\r\n" ); document.write( "\r\n" ); document.write( "xy + x + y + 1 - xy = 51, \r\n" ); document.write( "xy - x + y - 1 - xy = -3,\r\n" ); document.write( "\r\n" ); document.write( "or\r\n" ); document.write( "\r\n" ); document.write( " x + y = 50, (1')\r\n" ); document.write( "-x + y = -2 (2')\r\n" ); document.write( "\r\n" ); document.write( "Add (1') and (2') (both sides). You will get\r\n" ); document.write( "\r\n" ); document.write( "2y = 48. Then y = \n" ); document.write( " \n" ); document.write( " |