Question 135597
M=2 AND THROUGH THE POINT (-2,5) 
--------------------------------------
There are two methods:
1st: Point-Slope Method
y-y1 = m(x-x1)
y-9
5 = 2(x--2)
y-5 = 2x+4
y = 2x + 9
-----------------
2nd: Slope-Intercept Method
y = mx + b
5 = 2*-2 + b
5 = -4 + b
b = 9
y = 2x+9
============
Cheers,
Stan H.