Question 414699
  <pre><font face = "Times" size = 3 color = "indigo"><b>
Hi
y =1/4x+3 
0= 1/4x+3 
-3*4 = x                         (0,3) and (-12,0)
1/4x-y=5  OR y =1/4x - 5         (0,5) and (20,0)
{{{drawing(300,300,  -30,30,-30,30,  grid(1),
circle(-12, 0,0.4),
circle(20,0,0.4),
graph( 300, 300, -30,30,-30,30,0,.25x+3,.25x-5))}}}