To find the equation of the linear function represented by the line passing through the points \((-1, 4)\) and \( (1, 0)\), we first need to determine the slope \(m\) of the line.
The formula for the slope between two points \((x_1, y_1)\) and \((x_2, y_2)\) is:
\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
Using the points \((-1, 4)\) and \((1, 0)\):
- \(x_1 = -1\), \(y_1 = 4\)
- \(x_2 = 1\), \(y_2 = 0\)
Plugging in these values:
\[ m = \frac{0 - 4}{1 - (-1)} = \frac{-4}{2} = -2 \]
Now, we have the slope \(m = -2\).
Next, we use the point-slope form of the equation of a line, which is:
\[ y - y_1 = m(x - x_1) \]
Using the point \((1, 0)\):
\[ y - 0 = -2(x - 1) \]
Simplifying this gives:
\[ y = -2(x - 1) \]
\[ y = -2x + 2 \]
So the equation of the linear function is:
\[ y = -2x + 2 \]
Thus, the correct response is:
y = -2x + 2