Question 967537
{{{ y = 2x + 10 }}}
-----------------
x-intercept
Set {{{ y = 0 }}}
{{{ 0 = 2x + 10 }}}
{{{ 2x = -10 }}}
{{{ x = -5 }}}
----------------
y-intercept
Set {{{ x = 0 }}}
{{{ y = 2*0 + 10 }}}
{{{ y = 10 }}}
----------------
Here's the plot:
{{{ graph( 400, 400, -20, 20, -20, 20, 2x + 10 ) }}}