Question 1205206


Graph {{{y=-x-8}}}

make table
{{{x}}}|{{{y}}}
{{{0}}}|{{{-8}}}....{{{y=-0-8}}}=>{{{y=-8}}}
{{{-8}}}|{{{0}}}....{{{0=-x-8}}}=>{{{x=-8}}}


{{{ drawing( 600, 600, -10, 10, -10, 10,circle(0,-8,.12),circle(-8,0,.12),
graph( 600, 600, -10, 10, -10, 10, -x-8)) }}}