To find the equation of the linear function shown on the graph, we can use the two points the line passes through: \((-1, 4)\) and \((1, 0)\).
-
Calculate the slope (m): \[ m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{0 - 4}{1 - (-1)} = \frac{-4}{2} = -2 \]
-
Use the point-slope form of the equation: The point-slope form is given by \(y - y_1 = m(x - x_1)\). We can use one of the points, let's use \((1, 0)\): \[ y - 0 = -2(x - 1) \] \[ y = -2(x - 1) \] \[ y = -2x + 2 \]
Thus, the equation of the linear function shown on the graph is \(\mathbf{y = -2x + 2}\).
The correct response is: \(y = -2x + 2\).