To find the equation of the line that passes through the points (-1, 5) and (1, -1), we can follow these steps:
-
Calculate the slope (m) of the line using the slope formula: \[ m = \frac{y_2 - y_1}{x_2 - x_1} \] Using the points (-1, 5) and (1, -1): \[ m = \frac{-1 - 5}{1 - (-1)} = \frac{-6}{2} = -3 \]
-
Use the point-slope form of a line to find the equation. The point-slope form is: \[ y - y_1 = m(x - x_1) \] We can use one of the points, such as (-1, 5): \[ y - 5 = -3(x - (-1)) \] \[ y - 5 = -3(x + 1) \]
-
Distribute and simplify the equation: \[ y - 5 = -3x - 3 \] \[ y = -3x + 2 \]
Now the equation is in slope-intercept form, which is \(y = mx + b\). Thus, the line's equation is:
y = -3x + 2
So the correct response from your options is:
- \(y = -3x + 2\)
- \(y\) equals negative \(3\) times \(x\) plus \(2\).