Bunuel
P(x, y) is the intersection point between the circle (x^2 + y^2 = 4) and the line (y = x +2). Which of the following can be the point P?
A. (1, 2).
B. (2, 0).
C. (0, -2).
D. (-2, 0).
E. (2, 2).
Since P(x, y) is the intersection point between the circle (x^2 + y^2 = 4) and the line (y = x +2), the coordinates of point P must fulfill both the equation of the circle and the line. Let’s test each answer choice.
A) (1, 2)
y = x + 2
2 = 1 + 2 ?
2 = 3 ?
Since 2 does not equal 3, answer choice A is not correct.
B) (2, 0)
y = x + 2
0 = 2 + 2 ?
0 = 4 ?
Since 0 does not equal 4, answer choice B is not correct.
C) (0, -2)
y = x + 2
-2 = 0 + 2 ?
-2 = 2 ?
Since -2 does not equal 2, answer choice C is not correct.
D) (-2, 0)
y = x + 2
0 = -2 + 2 ?
0 = 0 ? → Yes
x^2 + y^2 = 4
(-2)^2 + 0^2 = 4 ?
4 = 4 ? → Yes
Since the ordered pair (-2,0) fulfills both equations, answer choice D is correct.
Alternate Solution:
We have two equations and two unknowns, so we can substitute (x + 2) for y in the circle equation:
x^2 + (x + 2)^2 = 4
x^2 + x^2 + 4x + 4 = 4
2x^2 + 4x = 0
x^2 + 2x = 0
x(x + 2) = 0
x = 0 or x = -2
For x = 0, let’s substitute x = 0 into the linear equation y = x + 2, which yields y = 2; the ordered pair (0,2) is not an answer choice.
For x = -2, let’s substitute x = -2 into the linear equation y = x + 2, which yields y = 0; the ordered pair (-2,0) is answer choice D.
Answer: D