Question 1053878
Let x be the hours he worked
T the total amount of money he earns.
T = $7.50x
x    T
1   7.50
2   15.00
P(1,7.5) and P(2,15) Plot and connect with a Line.

{{{drawing(300,300,    -2,20,-10,100,   
 grid(1),
circle(1, 7.5,0.3),
circle(2,15,0.3),
graph( 300, 300, -2,20,-10, 100,0, 7.5x))}}}