Question 1079475
{{{ y=(1/10)x+3}}}

in order to graph it you need to have at least two values for {{{x}}} of your choice and calculate {{{y}}}

since your equation shows me that you have a line, you will need only two points that lie on that line

make a table:

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

{{{0}}}|{{{3}}} ...if {{{x=0}}}, we have {{{ y=(1/10)0+3}}}->{{{ y=3}}}


{{{0}}}|{{{0}}} ...if {{{y=0}}}, we have {{{ 0=(1/10)x+3}}}->{{{-3=(1/10)x}}}->{{{-3*10=x}}}->{{{-30=x}}}


now we have two points: ({{{0}}},{{{3}}}) and ({{{-30}}},{{{0}}})

plot these points and draw a line through


{{{drawing( 600, 600, -40, 10, -10, 10,
circle(0,3,.13),circle(-30,0,.13),
locate(0,3,p(0,3)),locate(-30,0.7,p(-30,0)),
 graph( 600, 600, -40, 10, -10, 10, (1/10)x+3)) }}}