To find the equation of the line passing through the points (0, -4) and (1, -1), we will first determine the slope and then use the slope-intercept form \(y = mx + b\).
-
Calculate the slope (m): \[ m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-1 - (-4)}{1 - 0} = \frac{-1 + 4}{1} = \frac{3}{1} = 3 \]
-
Use the slope-intercept form: We know the slope \(m = 3\) and can also substitute one of the points to find \(b\). We'll use (0, -4): \[ y = mx + b \Rightarrow -4 = 3(0) + b \Rightarrow -4 = b \]
-
Write the equation: Now we can write the equation in slope-intercept form: \[ y = 3x - 4 \]
Therefore, the correct response is: y = 3x - 4.