Question 369519
 <pre><font size = 3 color = "indigo"><b>
Hi,
-x + 4y = 8
y = x/4 + 2
x = 0
y = 0 + 2 = 2
Pt(0,2) on the line
y = x/4 + 2
y = 0
0 = x/4 + 2
-2 = x/4
-8 = x
Pt(-8,0) on the line
Using Pt(0,2)and Pt(-8,0)to graph the line
{{{drawing(300,300, -10, 10, -10, 10,
circle(0, 2,0.3),
circle(-8, 0,0.3),
graph( 300, 300,  -10, 10, -10, 10,x/4 +2))}}}