Question 93623
y=-x+5 slope=(-1) y intercept=(5) (red line)
-3x-y=2 or -y=3x+2 or y=-3x-2 slope=(-3) y intercept=(-2)(green line)
{{{ graph( 300, 200, -6, 5, -10, 10, y = -x +5, y = -3x -2) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions y = -x +5 and y = -3x -2).