From the graph given, we are asked to find the equation of line, with our answer in point slope form.
from the graph:
y = 9, x = 10
y1 = 5, x1 = 6
recall, the equation of a line is:
y = mx + b
slope m = y - y1/x - x1
m = 9 - 5/10 - 6
m = 4/4
m = 1
y = 1x + b
y = x + b
using the point slope form:
y - y1 = m(x - x1)
Where:
y = y coordinate of second point
y1 = y coordinate of point one
m = slope
x = x coordinate of second point
x2 = x coordinate of point one.
Therefore, the point slope equation is:
y - 5 = 1(x - 6)
y - 5 = x - 6