Question 392694
<pre><font size = 3 color = "indigo"><b>
Hi
Note: the standard slope-intercept form for an equation of a line y = mx + b   
where m is the slope and b the y-intercept.  
 x-4y = -4   |solving for y to put into the slope-intercept form
  y = (1/4)x + 1  |slope m = (1/4), y-intercept is Pt(0,1)
Graph by plotting Pt(0,1) and using slope to determine other points on line
Note: as y increases/decreases by 1, x increases/decreases by 4 
For ex: (4,2) and (-4,0) are on the line
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0,1,0.3),
circle(-4,0,0.3),
circle(4, 2,0.3),
graph( 300, 300, -6, 6, -6, 6,.25x +1 ))}}}