Question 1159070
{{{f(x) = 35x + 50}}}-> equation of a line

to graph it you need two points

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

{{{0}}}|{{{50}}}......{{{f(x) = 35*0+ 50=50}}}

{{{-10/7}}}|{{{0}}}......{{{0 = 35x+ 50}}}->{{{-50= 35x}}}->{{{x=-50/35}}}->{{{x=-10/7}}}


plot points and draw a line through



{{{drawing ( 600, 600, -10, 10, -10, 60,
circle(0,50,.14), locate(0.5,50,p(0,50)),
circle(-10/7,0,.14), locate(-11/7,.5, p(-10/7,0)),
graph( 600, 600, -10, 10, -10, 60, 35x + 50)) }}}