SOLUTION: Consider the equation (x+ 1)(y+ 1) = 2xy. Find two pairs of positive integers that satisfy this equation and explain how you found them.

Algebra ->  Equations -> SOLUTION: Consider the equation (x+ 1)(y+ 1) = 2xy. Find two pairs of positive integers that satisfy this equation and explain how you found them.      Log On


   



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.
Answer by AnlytcPhil(1806) About Me  (Show Source):
You can put this solution on YOUR website!
(x+1)(y+1) = 2xy
Multiply the left side out:
xy + x + y + 1 = 2xy
Subtract xy from both sides:
x + y + 1 = xy
Isolate the terms in y
x + 1 = xy - y
Factor y out on the right
x + 1 = y(x - 1)
Divide both sides by (x-1)
%28x%2B1%29%2F%28x-1%29 = y
I like y on the left
y = %28x%2B1%29%2F%28x-1%29
Divide that fraction out by long division

      1
x-1)x+1
    x-1
      2

y = QUOTIENT + REMAINDER%2F%28DIVISOR%29
y = 1 + 2%2F%28x-1%29
In order for y to be an integer, the fractional expression
2%2F%28x-1%29 must equal to an integer.  That means the 
denominator x-1 must be a factor of the numerator, 2.

The only factors of 2 are 1 and 2. So we set the
denominator x-1 equal to each of those:

If x-1 = 1
     x = 2

y = %28x%2B1%29%2F%28x-1%29
y = %282%2B1%29%2F%282-1%29 
y = 3%2F1
y = 3

So one possible pair of integers is x=2 and y=3.

If x-1 = 2
     x = 3

y = %28x%2B1%29%2F%28x-1%29
y = %283%2B1%29%2F%283-1%29 
y = 4%2F2
y = 2

So the other possible pair of integers is x=3 and y=2.

Edwin