Question 1083141
Graph {{{6x-5y=30}}} using a table of value:


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

{{{0}}}|{{{-6}}}...{{{6*0-5y=30}}}->{{{-5y=30}}}->{{{y=30/-5}}}->{{{y=-6}}}

{{{5}}}|{{{0}}}...{{{6x-5*0=30}}}->{{{6x=30}}}->{{{x=30/6}}}->{{{x=5}}}

plot these points and draw a line through:


{{{drawing( 600, 600, -10, 10, -10,10,
circle(0,-6,.12),circle(5,0,.12),
locate(0.2,-6.2,p(0,-6)),locate(5,0.5,p(5,0)),
 graph( 600, 600, -10, 10, -10, 10, (6x)/5 - 6)) }}}