document.write( "Question 569992: List all possible pairs of integers x and y such that the product of x and y equals the sum of x and y. \n" ); document.write( "
Algebra.Com's Answer #367513 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! List all possible pairs of integers x and y such that the product of x and y equals the sum of x and y. \n" ); document.write( ": \n" ); document.write( "x + y = xy \n" ); document.write( "y - xy = -x \n" ); document.write( "y(1-x) = -x \n" ); document.write( "y = \n" ); document.write( ": \n" ); document.write( " x=2, y=2 are the only integers \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |