Question 1154910
Graph {{{-7x+5y=35}}}

all you need is two points and easiest is to find x-intercept and y-intercept

{{{x}}}|{{{y}}}
{{{x}}}|{{{0}}}-> {{{-7x+5*0 = 35}}}->{{{-7x= 35}}}->{{{x = -5}}}

{{{0}}}|{{{7 }}}-> {{{-7*0+5y = 35}}}->{{{5y = 35}}}->{{{y = 7}}}


x-intercept is at: ({{{-5}}},{{{0}}}) 
 y-intercept is at: ({{{0}}},{{{7}}})

Plot the two intercepts and draw the line passing through both of them.


{{{ graph( 600, 600, -10, 10, -10, 10, 7x/5+35/5) }}}