To find the equation of the line in slope-intercept form (y = mx + b), we need to determine the slope (m) and the y-intercept (b).
-
Find the slope (m): We have two points: (0, 1) and (1, -4). The formula for the slope is: \[ m = \frac{y_2 - y_1}{x_2 - x_1} \] Substituting the points (0, 1) as (x_1, y_1) and (1, -4) as (x_2, y_2): \[ m = \frac{-4 - 1}{1 - 0} = \frac{-5}{1} = -5 \]
-
Find the y-intercept (b): Using the point (0, 1) which is on the line, we can directly see that when x = 0, y = 1. Hence, the y-intercept (b) is 1.
Now, we can write the equation of the line: \[ y = -5x + 1 \]
Thus, the equation of the line in slope-intercept form is: \[ \text{y = -5x + 1} \]
The correct response is y = -5x + 1.