Question 672246
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
x-intercept -1 and y-intercept 2.  
Points on Line: Plot, connect with Line
(-1,0)
(0,2)  {{{m = (0-2)/(-1-0) = 2}}}
y =  mx + b
y = 2x + b    ||Using the (x,y) ordered pair (-1,0) to solve for b
0 = 2(-1) + b
2 = b
y = 2x+2
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, 2,0.3),
circle(-1, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0,2x+2))}}}