To find the function that describes the data in the table, we can analyze the given points (x, y):
- (0, -5)
- (1, -9)
- (2, -13)
- (3, -17)
Next, we determine how y changes in relation to x. Looking at the differences in the y-values:
- From x = 0 to x = 1: -5 to -9 (decrease by 4)
- From x = 1 to x = 2: -9 to -13 (decrease by 4)
- From x = 2 to x = 3: -13 to -17 (decrease by 4)
This indicates a linear relationship with a constant decrease of 4 for every increase of 1 in x.
Now we can find the slope (m) of the line, which is -4, and we can use the point-slope form of a linear equation. We start with the formula:
\[ y = mx + b \]
Substituting in the values we've found:
\[ y = -4x + b \]
To find b (the y-intercept), we can use one of the points from the table. Let's use (0, -5):
\[ -5 = -4(0) + b \] \[ b = -5 \]
So, the equation that describes the function is:
\[ y = -4x - 5 \]
Using function notation, we write this as:
\[ f(x) = -4x - 5 \]
Thus, the correct answer is:
f(x) = -4x - 5