Question 408239
  <pre><font size = 3 color = "indigo"><b>
Hi
*[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]
Find the x- and y- intercepts and graph the equation plotting the intercepts
3x-6y=-2  OR y = (3/6)x + 2/6  OR y = (1/2)x + 1/3  y-intercept is Pt(0,1/3)
 y = (1/2)x + 1/3  | y =0, then x = -2/3  x-intercept is Pt(-2/3,0)
Note m = 1/2: as y increases/decreases by 1, x increases/decreases by 2 
 {{{drawing(300,300,   -6, 6, -6, 6,  grid(1),
circle(0, 1/3,0.3),
circle(-2/3, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0,.5x+1/3))}}}