Question 1131448
{{{y = 5x - 10}}}

{{{x}}}|{{{y}}}

{{{0}}}|{{{-10}}}->{{{y = 5*0 - 10}}}->{{{y = - 10}}}

{{{2}}}|{{{0}}}->{{{0 = 5x - 10}}}->{{{10 = 5x}}}->{{{x=2}}}


{{{ drawing( 600, 600, -10, 10, -15, 10, 
circle(0,-10,.12),locate(0,-10,p(0,-10)),
circle(2,0,.12),locate(2,0.5,p(2,0)),
 graph( 600, 600, -10, 10, -15, 10,  5x - 10)) }}}