Question 639690

{{{y= (3/5)x+1}}}...to graph this linear function, all you need is take two values for {{{x}}} and calculate {{{y}}} to get coordinates for two points and plot it

x|y
0|1..........{{{y= (3/5)0+1=0+1=1}}}
5|4..........{{{y= (3/5)5+1=3*5/5+1=3+1=4}}}

points are; ({{{0}}},{{{1}}}) and ({{{5}}},{{{4}}}).....plot them and draw the line through

{{{ graph( 600, 600, -10, 10, -10, 10, (3/5)x+1) }}}