Answer: Choice A
m = undefined
point (-2,5)
==================================================
Explanation:
The equation x = -2 describes a vertical line in which every point on this line has x coordinate -2. Two points on this line are (-2,0) and (-2,1)
Another point on this line is (-2,5) since this also has x coordinate -2.
------------------
All vertical lines have undefined slope.
Let's pick two points such as (-2,0) and (-2,1) and find the slope through them
m = (y2-y1)/(x2-x1)
m = (1-0)/(-2-(-2))
m = (1-0)/(-2+2)
m = 1/0
m = undefined, since we cannot divide by zero.