Question 417445
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b>
Hi
Graphing this linear equation using the intercepts.
 x-4y = 8  |when x=0 then y= -2 AND when y=0 then x = 8
Pt(0,-2) and Pt(8,0) on the line.  Plot Points and connect with a line
{{{drawing(300,300,   -10,10,-10,10,  grid(1),
circle(8, 0,0.4),
circle(0,-2,0.4),
graph( 300, 300, -10,10,-10,10,0,.25x - 2))}}}