Raymond B. has already posted a correct answer. I'll only add a few details as we approach the solution a little differently.
The slope-intercept form of an equation is y=mx+b, where m is the slope and b is the y-intercept (the value of y when x = zero).
We are given the slope, m, as (2/3), so we can quickly write y = (2/3)x+b.
Now we need a value of b such that the line is shifted so that it crosses point (-9,8). This can be found by entering (-9,8) into the above equation and solving for b:
y = (2/3)x+b
8 = (2/3)*(-9)x+b for (-9,8)
8 = -6+b
b = 14
The equation becomes y = (2/3)x + 14