To find the equation of the line that passes through the points \((-1, 4)\) and \((1, 0)\), we can use the slope-intercept form of a linear equation, which is \(y = mx + b\), where \(m\) is the slope and \(b\) is the y-intercept.
-
Calculate the slope (m): The formula for the slope \(m\) 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)\):
\[ m = \frac{0 - 4}{1 - (-1)} = \frac{-4}{2} = -2 \]
-
Use the slope to find the y-intercept (b): We can use one of the points to find \(b\). Let's use the point \((1, 0)\):
\[ 0 = -2(1) + b \]
\[ 0 = -2 + b \]
\[ b = 2 \]
-
Write the equation of the line: Now that we have \(m = -2\) and \(b = 2\), the equation of the line is:
\[ y = -2x + 2 \]
Therefore, the correct option is:
y = −2x + 2.