Question 621652
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
x = 2     || Note Vertical line at x = 2
y = x - 2
Finding the y-intercept  ({{{highlight(0)}}}, _)  
y = {{{highlight(0)}}} -2 = -2 
      y = -2    || the y-intercept  ({{{highlight(0)}}}, -2) 

Finding the x-intercept  ( _, {{{highlight(0)}}})   
 {{{highlight(0)}}} = x - 2
     x = 2    ||   the x-intercept is (2 , {{{highlight(0)}}}) 
Plot (0,-2) and (2,0) and connect with a Line
Lines Intersect at (2,0), the ordered pair that is the solution for this System of EQs
{{{drawing(300,300,   -6, 6, -6, 6,  blue(line(2,6,2,-6))  , grid(1),
circle(0, -2,0.3),
circle(2, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0,x-2))}}}