Question 432024
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b>
Hi
y=8/7x+4  y-intercept Pt(0,4)
 m = (8/7)
Note: as y increases/decreases by 8, x increases/decreases by 7
 (0,4),(7,12), (-7,-4) 'easy points to find on the line using slope
Plot Points and connect with line
{{{drawing(300,300,   -15,15,-15,15, grid(1),
circle(0, 4,0.5),
circle(7, 12,0.5),
circle(-7, -4,0.5),
graph( 300, 300, -15,15,-15,15,0, (8/7)x + 4))}}}