We can select two points on the line to find its slope by using the formula:
y2 - y1
x2 - x1
Let's choose the first two points
3 - 2
-1 -(-3)
= 1/2 = the slope of the line
Now use the point-slope form of the equation of a line to find its equation
y - y0 = m(x - x0), where m = slope and (x0, y0) is a point on the line
Let's choose (-1, 3) as (x0, y0)
y - 3 = 1/2 (x - (-1))
y - 3 = 1/2 (x + 1)
y - 3 = 1/2 x + 1/2
y = 1/2 x + 7/2