Question 176295
For the first question, you need to know the equation for slope.  If you have two points, (a,b) and (c,d), the slope of the line that passes through them is
m=(d-b)/(c-a)
So the slope of the line passing through (-2,-8) and (1,4) would be
m=(4-(-8))/(1-(-2))=(4+8)/(1+2)=12/3=4
Now, I will help you with the second one, and then you will be able to do the third one on your own:
If you have a point (x1,y1) and a slope m, you can write the equation of the line as
y-y1=m(x-x1)
So in this case we have
y-(-3)=2(x-4)
So
y+3=2x-8
and last, subtract 3 to get
y=2x-11