To find the rate of change, or slope, pick two points. The slope, is change in y coordinates over change in x coordinates.
![slope = \frac{y2-y1}{x2-x1}](https://tex.z-dn.net/?f=slope%20%3D%20%20%5Cfrac%7By2-y1%7D%7Bx2-x1%7D%20)
.
In this case, the slope is
![\frac{-11+1}{2-0} = \frac{-10}{2} = -5](https://tex.z-dn.net/?f=%20%5Cfrac%7B-11%2B1%7D%7B2-0%7D%20%3D%20%20%5Cfrac%7B-10%7D%7B2%7D%20%3D%20-5%20)
.
Remember that subtracting a negative number equals adding the number without the negative sign.
a-(-b) = a+b
Now for the y-intercept. The y-intercept is where the graph intersects the y-axis, where x = 0.
You have the coordinate (0, -1), where x = 0. So the y-intercept is -1.
Putting these values into the slope-intercept form y = mx+b, the equation is
y = -5x - 1