How do you graph the set of ordered pairs {(-2,5), (1,3), (4,-2), (4,7)}?
1 Answer
Feb 18, 2018
See below
Explanation:
First, plot:
graph{((x + 2)^2 + (y - 5)^2 - 0.1) = 0 [-20, 20, -10, 10]}
Next, plot:
graph{((x - 1)^2 + (y - 3)^2 - 0.1)((x + 2)^2 + (y - 5)^2 - 0.1) = 0 [-20, 20, -10, 10]}
Use this same method to plot the other two points in the problem.