I solved this in 1mins 24s by just plugging in the values. Plug (1,0) in the equation of the circle and it gives LHS != RHS => eliminate A and D.
Plug (0,1) in the equation of the circle, LHS = RHS. Also by just looking at (0,1) and equation of the line, we can say it will satisfy the equation. So now we only need to check (-3,4) and (4,-3). Both satisfy the equation of the line, so let's put these coordinates in the equation of the circle.
(-3,4) => (-5)^2 => eliminate this, since it will definitely give a value much greater than 8. So now C. (0,1) and (4,-3) is the only set of points that satisfy both the equation of the circle and the equation of line. But let's also check E now just to be safe.
(2,-1) satisfies the equation of line but not the equation of the circle so we can eliminate E.
Therefore, correct answer is (C).
Alternatively, you can solve this question by directly finding the points of intersection without looking at the options.
We have the line equation x + y = 1 and the circle equation (x-2)^2 + (y+1)^2 = 8.
To find the points of intersection, we need to solve the system of equations formed by the line and circle.
Substituting y = 1 - x into the circle equation, we get:
(x-2)^2 + (1-x+1)^2 = 8
(x-2)^2 + (2-x)^2 = 8
Simplifying this equation, we get:
x^2 - 4x + 4 + 4 - 4x + x^2 = 8
2x^2 - 8x = 0
Solving this quadratic equation, we get:
x = 0 or x = 4
Substituting these x-values back into the line equation, we get:
For x = 0, y = 1
For x = 4, y = -3
Therefore, the two points of intersection are (0,1) and (4,-3).
The correct answer is C.
I'd prefer the first approach in this particular question because of the easy values and fairly straight forward equations, but the second approach is more foolproof.