Question 98915
y = x - 1 
Slope = 1
y-intercept = -1 or (0, -1)
Graphing:
{{{ graph( 300, 200, -6, 5, -10, 10, x-1) }}}
.



y = 2/3x + 2 
Slope = 2/3
Y-intercept = 2 or (0, 2)
Graphing:
{{{ graph( 300, 200, -6, 5, -10, 10, (2/3)x+2) }}}
.

4y - 3 = -3x - 11
Re-written as:
4y=-3x-11+3
4y=-3x-8
4y/4=-3x/4-8/4
y=-3/4x-2
Slope = (-3/4)x
Y-intercept = -2 or (0, -2)
Graphing:
{{{ graph( 300, 200, -5, 5, -10, 10, (-3/4)x-2) }}}