Question 410685
  <pre><font size = 3 color = "indigo"><b>
Hi
x+3y=6  OR y = (-1/3)x + 2
*[tex \LARGE\ Using \ the \ standard \ slope-intercept \ form \ for \ an \ equation \ of \ a  \ line \ y = mx + b ] 
*[tex \LARGE\ where \ m \ is \ the \ slope \ and \ b \ the \ y-intercept]
y = (-1/3)x + 2  | slope m = -1/3 and y-intercept is Pt(0,2)
m = -1/3: as y increases/decreases by 1, x increases/decreases by 3 in opposite direction.
 due to the equal sign, the graph is a Line..doesn't call for shading   
{{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, 2,0.3),
circle(-3,3,0.3),
circle(3, 1,0.3),
graph( 300, 300, -6, 6, -6, 6,0, (-1/3)x + 2))}}}