how do you find the equation of a linear model when given the graph but not the equation

We want to see how to find a linear equation by only looking at the line graph.
First, a general linear equation is written as:
y = a*x + b
Where a is the slope and b is the y-intercept.
If we know that the line passes through two points (x₁, y₁) and (x₂, y₂), then the slope of that line is given by:
[tex]a = \frac{y_2 - y_1}{x_2 - x_1}[/tex]
Then the line is something like:
[tex]y = (\frac{y_2 - y_1}{x_2 - x_1})*x + b[/tex]
To get the value of b, we use the fact that if the function passes through (x₁, y₁), it means that when x = x₁ we also must have y = y₁, replacing that in the equation we get:
[tex]y_1 = (\frac{y_2 - y_1}{x_2 - x_1})*x_1 + b\\\\y_1 - (\frac{y_2 - y_1}{x_2 - x_1})*x_1 = b[/tex]
Then the linear equation is:
[tex]y = (\frac{y_2 - y_1}{x_2 - x_1})*x + y_1 - (\frac{y_2 - y_1}{x_2 - x_1})*x_1[/tex]
So what we need to do is just look at the graph and find two points, then you can use the above guide to find the linear equation.
If you want to learn more, you can read:
https://brainly.com/question/3868311