Based on the given values the points oft this line are: (-1,-3) and (3,3)
First find the slope:
m = (y2 - y1)/(x2 - x1) = (3 - (-3))/(3 - (-1)) = 6/4 = 3/2
Substitute into slope intercept form of a linear equation - use point 2:
y = mx + b
3 = 3(3/2) + b
b = 3 - 9/2 = -3/2
Equation is:
y = (3/2)x - 3/2