Question 1156624
if you have

{{{y= (2/5)x -6}}} it is linear equation and graph will be a line

since a line is defined by two points, make a table and find these points

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

{{{0}}}|{{{-6}}}.....{{{y= (2/5)0 -6}}}=>{{{y=  -6}}}

{{{x}}}|{{{0}}}....{{{0= (2/5)x -6}}}=>{{{6= (2/5)x}}}=>{{{30= 2x}}}=>{{{x=15}}}

plot these points and draw a line through


{{{drawing ( 600, 600, -10, 20, -10, 20,
circle(0,-6,.2),circle(15,0,.2),
locate(0,-6.5,p(0,-6)), locate(15,-0.7,p(15,0)),
graph( 600, 600, -10, 20, -10, 20, (2/5)x -6)) }}}