The equation of a line is y=mx+c. The first step is to find m, which is the gradient. This is found by dividing the change in the y values, by the change in x values. So in this case, the gradient would be (1-3)/(3-(-1)) = -2/4 = -1/2. Therefore we can substitue the m in the equation with -1/2: y=(-1/2)x +c. To find c, we substitute the values of one of the points given in the question, into the equation of the line. For example we could choose (3,1) and swap the x in the equation for 3, and the y for 1: 1 = (-1/2)(3) + c. The value of c can now be found by making it the subject of the equation: c=1-(-3/2) = 5/2. Therefore, the equation of the line is: y = (-1/2)x + 5/2