Question 394986
   <pre><font size = 3 color = "indigo"><b>
Hi
 graphing
 y = 3x + 1
I.  finding three points on the line:(1,4),(-1,-2) and (0,1)
*[tex \LARGE \ \ \ \ \ x \ \ \ \ \ y = 3x + 1 \ \ \ \ \ \ y]
*[tex \LARGE \ \ \ \ \ 1 \ \ \ \ \ y = 3*1+ 1 \ \ \ \ \ 4]
*[tex \LARGE \ \ \ \ -1 \ \ \ \ \ y = 3*-1+ 1 \ \ \ \ -2]
*[tex \LARGE \ \ \ \ \ 0 \ \ \ \ \ \  y = 3*0+ 1 \ \ \ \ \ \ 1]
II. Graphing y = 3x + 1 by Plotting these points and connecting with a Line
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(1, 4,0.3),
circle(-1, -2,0.3),
circle(0, 1,0.3),
graph( 300, 300, -6, 6, -6, 6,0,3x+1))}}}