Question 810288
y=5+10x

generate co -ordinates for various points by assuming values for x

x=1,y=15 (1,15)
x=0.5, y=10(0.5,10)
x=-1,y=-5 (-1,-5)

Plot these points and draw a line joining these points

{{{drawing(300,300,-10,10,-10,10,grid(1),circle(1,15,0.3),circle(0.5,10,0.3),circle(-1,-5,0.3),graph(300,300,-10,10,-10,10,y=5+10x))}}}