Let's first find the slope. This is (y_2 - y_1)/(x_2 - x_1), where (x_1, y_1) and (x_2, y_2) are points.
For this problem, our slope is (0 - 2)/(3 - 0) = -2/3.
We can now use the point-slope formula to find the equation of our line:
(y - y_1) = m(x - x_1)
(y - 2) = -2/3(x - 0)
y - 2 = (-2/3)x
y = (-2/3)x + 2
The equation of our line is

.
The answer is a total of 9 hours
0 cookies. but siri was nice enough to give you a cookie.
f(n) = f(n+1) +3
f(1) = f(2) +3
f(2) =f(3) +3
f(3) = f(4) +3
So f(1) = f(n) + 3* (n-1)
Put n=4 here so you found
f(1) = f(4) + 3* 3
= 22 +9
=31 ans
hope it helps