Question 669281
if you put it in the form {{{ y = m*x + b }}},
then {{{ b }}} is the y-intercept
{{{ 9x - 2y = 18 }}}
Add {{{ 2y }}} to both sides
{{{ 2y + 18 = 9x }}}
Subtract {{{ 18 }}} from both sides
{{{ 2y = 9x - 18 }}}
Divide both sides by {{{ 2 }}}
{{{ y = (9/2)*x - 9 }}}
So, the y-intercept is at (0,-9)
-------------------------
To find the x-intercept, set {{{ y = 0 }}}
{{{ 0 = -(9/2)*x - 9 }}}
{{{ (9/2)*x = -9 }}}
{{{ x = -2 }}}
The x-intercept is at (-2,0)