Bunuel
If x and y are integers such that 4x + 3y = 3xy, how many distinct pairs of (x, y) are there?
A. 0
B. 1
C. 2
D. 3
E. 6
\(4x + 3y = 3xy\)
\(4*x = 3*y*(x-1)\)
One of the pairs that we can infer relatively quickly is (x,y) = (0,0). So we can eliminate A.
For other pairs, we need to understand how the multiplications can be grouped
4x = 3 ; y(x-1) = 1 →
Eliminate, as x = 4/3. The question premise states that x is an integer.
4x = (x-1) ; 3y = 1 →
Eliminate, as y = 1/3. The question premise states that y is an integer.
4x = 3(x-1) ; y = 1 →
Valid, as x = -3. (x,y) = (-3,1). We can eliminate B.
x = 3; y*(x-1) = 4 →
Valid, as y = 2. (x,y) = (3,2). We can eliminate C.
y = 4 ; 3(x-1) = x →
Eliminate, as x = 3/2. The question premise states that x is an integer.
4 = (x-1) ; 3y = x →
Eliminate, as y = 5/3. The question premise states that y is an integer.
I don't suppose any other pairing is possible.
The pairs are (0,0), (-3,1),(3,2)
Option D