Question 249498
Slope-intercept form is:  y = mx+b
m = 5 (given)
Since the slope = rise/run = change in 'y' divided by change in 'x', m=5 tells us that for a change of 1 in x we have a change of 5 in y.
.
One point is given:  (4,4)
.
Substituting back into the equation, we have...
4 = 5(4) + b
4 = 20 + b
-16 = b
.
So the intercept appears to be -16.
.
The resulting equation is:
y = 5x - 16
.
Is it true for (4,4)?
Yes.
.
Is it true for another point?
.
Well, we can define another point based on knowing the slope.
.
m=5 means when we add 1 to x, the result is 5 being added to y.
Let's do just that:  (4+1, 4+5) would do so.
.
Now we have two points:  (4,4) and (5,9).
.
Does y= 5x -16 work for the point (5,9)?
.
9 = 5(5) - 16
9 = 25 - 16
True.
.
We also are informed by graphing the line.
{{{
graph(500,500,-20,20,-20,20,5*x-16)
}}}
.
Looking at the graph reminds us to check the point ( ?, 0).
0 = 5x - 16
5x = 16
x = 3.2
.
Inspecting the graph shows that looks right.
Done.