Question 736642
How do I sketch the graph of each line?
y=1/4x+4
----
Plot 2 points and draw a line thru them.
if x = 0, y = (1/4)*0+4 = 4 giving you point (0,4)
-----
If x = 4, y = (1/4)*4 + 4 = 1+4 = 5 giving you point (4,5)
--------------------
{{{graph(400,400,-10,10,-10,10,(1/4)x + 4)}}}
-----------------------
Cheers,
Stan H.
================