Slope-intercept form:
y = mx + b
"m" is the slope, "b" is the y-intercept (the y value when x = 0)
Since you know m = -9, you can plug it in
y = -9x + b
To find "b", plug in the point (2,-2) into the equation
y = -9x + b
-2 = -9(2) + b
-2 = -18 + b Add 18 on both sides
16 = b
y = -9x + 16