Question 445958
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
finding two points: using.. x = 0 and x = 4
 x + 4y=8 
 0 + 4*{{{highlight(2)}}} = 8  Pt(0,{{{highlight(2)}}}) on the line
 4 + 4*{{{highlight(1)}}} = 8  Pt(4,{{{highlight(1)}}}) on the line
Plotting points and connecting with a line:
{{{drawing(300,300, -6, 6, -6, 6,   grid(1),
circle(0, 2,0.3),
circle(4,1,0.3),
graph(300,300, -6, 6, -6, 6, 0,-.25x+2))}}}