To find the equation of the line passing through the points (10, 70) and (25, 100), we can first calculate the slope (m) using the formula:
\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
Let \( (x_1, y_1) = (10, 70) \) and \( (x_2, y_2) = (25, 100) \).
Calculating the slope:
\[ m = \frac{100 - 70}{25 - 10} = \frac{30}{15} = 2 \]
Now that we have the slope \( m = 2 \), we can use the point-slope form of the line equation:
\[ y - y_1 = m(x - x_1) \]
Using the point (10, 70):
\[ y - 70 = 2(x - 10) \]
Now, simplify this:
\[ y - 70 = 2x - 20 \] \[ y = 2x - 20 + 70 \] \[ y = 2x + 50 \]
Thus, the equation of the line is:
\[ y = 2x + 50 \]
The correct response is:
y = 2x + 50