Question 446444
   <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
y = (2/3)x + 1

x	y
0	1
3	3
-3	-1
{{{drawing(300,300, -6, 6, -6, 6,      grid(1),
circle(0, 1,0.3),
circle(3, 3,0.3),
circle(-3, -1,0.3),
graph( 300, 300, -6, 6, -6, 6,  (2/3)x+1))}}}