To find the equation of the line that passes through the given points, we can start by determining the slope (m) of the line using the formula:
\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]
We can select two points from the table. Let's use the points \((0, 10)\) and \((1, 7)\).
Using these points:
- \(x_1 = 0\), \(y_1 = 10\)
- \(x_2 = 1\), \(y_2 = 7\)
Now, plug in the values:
\[ m = \frac{7 - 10}{1 - 0} = \frac{-3}{1} = -3 \]
Next, we can use the point-slope form of the equation of a line, which is:
\[ y - y_1 = m(x - x_1) \]
Using the point \((0, 10)\) and the slope \(m = -3\):
\[ y - 10 = -3(x - 0) \] \[ y - 10 = -3x \]
Now, add 10 to both sides to convert it to the slope-intercept form (y = mx + b):
\[ y = -3x + 10 \]
Thus, the equation of the line that passes through the points given in the table is:
\[ \boxed{y = -3x + 10} \]
You can verify that this equation fits all the points in the table:
- For \(x = 0\): \(y = -3(0) + 10 = 10\)
- For \(x = 1\): \(y = -3(1) + 10 = 7\)
- For \(x = 2\): \(y = -3(2) + 10 = 4\)
- For \(x = 3\): \(y = -3(3) + 10 = 1\)
All points match, confirming that the equation is correct!