Question 658013
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Using the standard slope-intercept form for an equation of a line y = mx + b
  where m is the slope and b the y-intercept.
slope -5/6 and y-intercept (0, 4)
  {{{y = (-5/6)x + 4}}}  and (6, -1) also on this Line   (x = 6 &#8658; y = -1)
Plot (x,y) ordered pairs:  (0,4) and (6, -1) and connect with Line
{{{drawing(300,300,   -6, 10, -6, 6,  grid(1),
circle(0, 4,0.3),
circle(6, -1,0.3),
graph( 300, 300, -6, 10, -6, 6,0,(-5/6)x + 4 ))}}}