To derive the equation of the line in slope-intercept form (which is \(y = mx + b\)), we need to find the slope (m) and the y-intercept (b) of the line.
-
Identify two points on the line: You've given that the line passes through the points (0, -2) and (1, 3).
-
Calculate the slope (m) using the formula: \[ m = \frac{y_2 - y_1}{x_2 - x_1} \] Here, \((x_1, y_1) = (0, -2)\) and \((x_2, y_2) = (1, 3)\). \[ m = \frac{3 - (-2)}{1 - 0} = \frac{3 + 2}{1} = \frac{5}{1} = 5 \]
-
Identify the y-intercept (b): Since the line passes through the point (0, -2), the y-intercept (b) is -2.
Putting it all together, the slope-intercept form of the line is: \[ y = 5x - 2 \]
So the answer is: \[ y = 5x - 2 \]