Question 1085428
Find some other points that are easy to locate
(1)
Find the x-intercept
{{{ y = 0 }}}
{{{ 0 = (-2/3)*x - 2 }}}
{{{ (2/3)*x = -2 }}}
{{{ x = -3 }}}
( -3,0 )
--------------------
Suppose {{{ x = -3/2 }}}
{{{ y = (-2/3)*(-3/2) - 2 }}}
{{{ y = 1 - 2 }}}
{{{ y = -1 }}}
( -3/2, -1 )
------------------------
That should b enough
Here's the plot:
{{{ graph( 400, 400, -10, 10, -10, 10, (-2/3)*x - 2 ) }}}