Question 446502
   <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
y = -1/3x - 1

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