Writing a linear model from the graph
The equation of a line can be expressed in the slope-intercept form as:
y = mx + b
Where m is the slope of the line and b is the y-intercept
Suppose we know the line passes through points A(x1,y1) and B(x2,y2). The slope can be calculated with the equation:
Let's select two clear points from the graph: (0,100) (200,900)
Compute the slope:
The equation of the line is now:
y = 4x + b
To determine the value of b, we use any point from the graph: (0,100)
100 = 4(0) + b
Thus, b = 100
The full equation is:
y = 4x + 100