Question 158615
y=-2/3x+4
{{{ graph( 300, 200, -6, 5, -10, 10, -2/(3x) +4) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, -2/(3x) +4).
OR DO YOU MEAN -2x/3+4.
{{{ graph( 300, 200, -6, 10, -10, 10, -2x/3 +4) }}} (graph 300x200 pixels, x from -6 to 10, y from -10 to 10, -2x/3 +4).  
slope=-2/3
x intercept=(6,0)
y intercept=(0,4)