Question 1126789

 the x-intercept will be at: ({{{x}}},{{{0}}}) 

and y- intercept will be at: ({{{0}}},{{{y}}}) 


{{{2x+2=y }}}.....set {{{y=0}}} to find  the x-intercept

{{{2x+2=0}}}

{{{2x=-2 }}}

{{{x=-2/2 }}}

{{{x=-1 }}}=>x-intercept is at: ({{{-1}}},{{{0}}}) 


{{{2x+2=y }}}.....set {{{x=0}}} to find  the y-intercept

{{{2*0+2=y}}}

{{{2=y }}}=>y-intercept is at: ({{{0}}},{{{2}}}) 


plot the points and draw a line through:

{{{ drawing( 600, 600, -10, 10, -10, 10, 
circle(-1,0,.12),circle(0,2,.12),locate(-1,0,p(-1,0)),locate(0.4,2,p(0,2)),
 graph( 600, 600, -10, 10, -10, 10, 2x+2)) }}}