Question 488609
{{{ y = -5x + 10 }}}
y-intercept:
{{{ y = -5*0 + 10 }}}
{{{ y = 10 }}}
x-intercept:
{{{ 0 = -5x + 10 }}}
{{{ 5x = 10 }}}
{{{ x = 2 }}}
plot:
{{{ graph( 400, 400, -6, 10, -6, 12, -5x + 10) }}}