Question 432044
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b>
Hi
Graph the line passing through (-2,0)with slope 2/3
 y = (2/3)x + b
 0 = (2/3)*-2 + b
4/3 = b
 y = (2/3)x + 4/3 y-intercept is Pt (0,4/3)
Note: as y increases/decreases by 1, x increases/decreases by 4
{{{drawing(300,300,  -10, 10, -10, 10,    grid(1),
circle(-2, 0,0.3),
graph( 300, 300, -10, 10, -10, 10,  0,(2/3)x + 4/3))}}}