nick1816
Find the number of ordered integral solution of the following equation
\(\frac{1}{x}+\frac{1}{y} = \frac{5}{11}\), where x,y≠0
A. 0
B. 1
C. 2
D. 3
E. infinite
Let us first understand what an "ordered integral solution" means and what "integral pairs of solutions" means:
Say: a + b = 6, where a and b are positive integers
The ordered solutions are: a=5,b=1; a=4,b=2; a=3,b=3; a=2,b=4; a=1,b=5 => There are 5 ordered solutions
Number of pairs of solutions: 5,1; 4,2; 3,3 => There are 3 pairs of solutions
I hope the significance of the word "ordered" is clearNow, let us solve the given question.
Please note this is a complicated equation to solve since there is no restriction on either x or y. Hence, if we check with values of y (and try to find when x becomes an integer), we would have to keep on doing it. For example, we cannot say for certain, that for y = 55, we will not get a solution or for y = -33, we won't get some solution. Thus, I have done (tried to do

)
an analytical approach - I firmly believe that this is beyond the scope of the GMAT. This question could be relevant to the GMAT but with restrictions on the values of x and y so that we can stop after a certain number of iterations.
\(1/x + 1/y = 5/11\)
\(=> 1/x = 5/11 - 1/y = (5y - 11)/11y\)
\(=> x = 11y/(5y - 11)\)
Since x and y are integers (positive or negative), we must ensure that y is divisible by (5y - 11) or 11 is divisible by (5y - 11):
Case 1: 11 divided by (5y - 11) gives an integer value:
=> 5y - 11 = 11 or -11 => y = 0 (not possible - cannot divide by 0) or y = 4.4 (non-integer - ignored) => We have no solutions
Case 2: y divided by (5y - 11) gives an integer => only possible if |y| > |5y - 11| => 11/6 < y < 3 i.e. y = 2:
# y = 2: 2 divided by -1 gives an integer (correct)
=> y = 2, x = -22 (=> The other pair is: y = -22 and x = 2) => We have 2 solutions
Case 3: There might be cases where (5y - 11) has factors which partly cancel with 11 and partly cancel with y resulting in an integer value
This would imply that 5y - 11 and y have some GCD (not equal to 1)
GCD of y and 5y - 11
= GCD of 5y and 5y - 11
= GCD of 5y and 5y - (5y - 11) ... (since GCD of A and B is the same as GCD of A and A-B)
= GCD of 5y and 11
The above GCD (greater than 1) will exist only if y = a multiple of 11 (say 11k)
=> x = 11y/(5y - 11) = 121k/(55k - 11) = 11k/(5k - 1)
The only solution for this is k = -2 (i.e. y = -22: we have already obtained that above)
Thus, there are 2 solutions
Answer C