find the equation of the linear function represented by the table below in slope - intercept…

find the equation of the linear function represented by the table below in slope - intercept form.\n|x|y|\n|1|0|\n|2|2|\n|3|4|\n|4|6|
Answer
Explanation:
Step1: Calculate the slope
The slope $m$ of a line passing through two points $(x_1,y_1)$ and $(x_2,y_2)$ is given by $m=\frac{y_2 - y_1}{x_2 - x_1}$. Let's take the points $(1,0)$ and $(2,2)$. Then $m=\frac{2 - 0}{2 - 1}=2$.
Step2: Find the y - intercept
The slope - intercept form of a line is $y=mx + b$, where $m$ is the slope and $b$ is the y - intercept. We know $m = 2$ and we can use the point $(1,0)$. Substitute $x = 1$, $y = 0$ and $m=2$ into $y=mx + b$: $0=2\times1 + b$. Solving for $b$ gives $b=- 2$.
Answer:
$y = 2x-2$