Question 1173146
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Note: {{{y = highlight_green(m)x + highlight(b)}}}  
Sketch(below is the graph) 
the line y = -5x + 4
y-intercept at 4  and m = -5 (Note line is leaning to the left)
Used P(0,4)  and P(1,-1) to sketch 
Wish You the Best in your Studies.
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(0, 4,0.3),
circle(1, -1, 0.3),
graph( 300, 300, -6, 6, -6, 6,0,-5x + 4 )) }}}