If a, b are integers, and (a−b)^2 + 8b^2 = 108, what is the number of the ordered pairs (a,b)?
Asked by Mayank Dubey 8 months ago
Understand the problem
We need to find integer solutions for the equation (a−b)^2 + 8b^2 = 108.
Substitute different values of b and solve for a
Let k = a - b. Then the equation becomes k^2 + 8b^2 = 108.
Test values of b
b = 0: k^2 + 0 = 108 -> No solution (k^2 = 108 is not a perfect square)
b = 1: k^2 + 8 = 108 -> k^2 = 100 -> k = ±10 -> (a, b) = (11, 1), (-9, 1)
b = 2: k^2 + 32 = 108 -> k^2 = 76 -> No solution (k^2 = 76 is not a perfect square)
b = 3: k^2 + 72 = 108 -> k^2 = 36 -> k = ±6 -> (a, b) = (9, 3), (-3, 3)
b = 4: k^2 + 128 = 108 -> No solution (k^2 = -20 is not possible)
b = -1: k^2 + 8 = 108 -> k^2 = 100 -> k = ±10 -> (a, b) = (9, -1), (-11, -1)
b = -3: k^2 + 72 = 108 -> k^2 = 36 -> k = ±6 -> (a, b) = (3, -3), (-9, -3)
Count the solutions
The ordered pairs (a, b) are:
(11, 1), (-9, 1), (9, 3), (-3, 3), (9, -1), (-11, -1), (3, -3), (-9, -3)
Conclusion
There are 8 ordered pairs (a, b).