Answer:
y = 

Explanation:
Step 1:
Choose two points on the graph, (x1, y1) and (x2, y2), to find the slope.
Find the ratio between change in y-values and change in x-values. 
m = (y2 - y1) / (x2 - x1)
Points I picked: 
(x1, y1) = (0, -2)
(x2, y2) = (3, 0)
Then, 
m = (0 - (-2)) / (3 - 0)
m = 2/3
Step 2 : 
Find the y-intercept from the graph. That is the point at which the line intersects the y-axis. 
The y-intercept is -2.
b = -2
Step 3 : 
Use the slope (m) and y-intercept (b) to write the equation in slope-intercept form:
y = mx + b 
Substitute m = 2/3 and b = -2 
y = 2/3 x - 2