document.write( "Question 805934: Consider the equation (x+ 1)(y+ 1) = 2xy. Find two pairs of positive integers that satisfy this equation and explain how you found them. \n" ); document.write( "
Algebra.Com's Answer #485593 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "(x+1)(y+1) = 2xy\r\n" ); document.write( "Multiply the left side out:\r\n" ); document.write( "xy + x + y + 1 = 2xy\r\n" ); document.write( "Subtract xy from both sides:\r\n" ); document.write( "x + y + 1 = xy\r\n" ); document.write( "Isolate the terms in y\r\n" ); document.write( "x + 1 = xy - y\r\n" ); document.write( "Factor y out on the right\r\n" ); document.write( "x + 1 = y(x - 1)\r\n" ); document.write( "Divide both sides by (x-1)\r\n" ); document.write( "\n" ); document.write( " |