Answer:
Draw a graph which joins the points (100, 135) and (500, 375) and has a slope = 0.6
Explanation:
Data
x: total minutes used
y: total monthly charges
x | y
100 | $135
500 | $375
That can be expressed as coordinates (x, y), so the points are (100, 135) and (500, 375).
The slope is computed with two points (x2, y2) and (x1, y1) as follows:
slope = (y2 - y1)/(x2 - x1)
Replacing with data
slope = (375 - 135)/(500 - 100) = 0.6