Given:
A table of values of a linear function.
To find:
The slope, y-intercept and equation of the function.
Solution:
Take any two points on the table.
Let the points are (-1, -3) and (0, -6).
Slope of the line:
![$m=\frac{y_2-y_1}{x_2-x_1}](https://tex.z-dn.net/?f=%24m%3D%5Cfrac%7By_2-y_1%7D%7Bx_2-x_1%7D)
![$m=\frac{-6-(-3)}{0-(-1)}](https://tex.z-dn.net/?f=%24m%3D%5Cfrac%7B-6-%28-3%29%7D%7B0-%28-1%29%7D)
![$m=\frac{-6+3}{0+1}](https://tex.z-dn.net/?f=%24m%3D%5Cfrac%7B-6%2B3%7D%7B0%2B1%7D)
![$m=\frac{-3}{1}](https://tex.z-dn.net/?f=%24m%3D%5Cfrac%7B-3%7D%7B1%7D)
m = -3
Slope of the function = -3
y-intercept of the function is the point where x = 0.
In the table y = -6 when x = 0
y-intercept = -6
Equation of a line:
y = mx + c
where m is the slope and c is the y-intercept
y = -3x + (-6)
y = -3x - 6
Equation of a function is y = -3x - 6.