Question 1202654
<font color=black size=3>
We can pick any number to replace x.
The idea is to find paired y values so we can generate (x,y) point locations.


Let's replace x with 0.
Use PEMDAS to simplify.
y = 4x-5
y = 4*0-5
y = 0-5
y = -5


The input x = 0 leads to the output y = -5.
The point (x,y) = (0,-5) is on the line. It is the y intercept.


Let's repeat similar steps for x = 1
y = 4x-5
y = 4*1-5
y = 4-5
y = -1
Therefore, the point (1,-1) is also on the line.


Now let's try x = 2.
y = 4x-5
y = 4*2-5
y = 8-5
y = 3
The point (2,3) is on the line.



These three points are on the line:
<font color=red>(0,-5)
(1,-1)
(2,3)</font>
There are infinitely many other points, so feel free to explore alternative answers.


Refer to the graph the tutor Edwin had made.


----------------------------------


Another approach:


The equation y = 4x-5 matches up with y = mx+b known as slope-intercept form.


m = 4 = 4/1 = slope
b = -5 = y intercept


The y intercept is at (0,-5)


Apply the movement pattern of "up 4, right 1" to go from (0,-5) to (1,-1). 
This movement pattern is directly connected to the slope and nothing else.


slope = rise/run = 4/1
rise = 4 = go up 4
run = 1 = go right 1


Then from (1,-1) move "up 4, right 1" again to arrive at (2,3)


Keep this movement pattern going to go from (2,3) to (3,7)
And so on.
</font>