Question 835418
{{{y=-3x+5}}} 
Choose two points at random, {{{x=0}}} and {{{x=2}}}
Find {{{y}}} for each case.
Plot these two points.
{{{y=-3(0)+5=5}}} ->(0,5)
{{{drawing(300,300,-3,7,-3,7,
grid(1),
circle(0,5,0.2))}}}
.
.
.
{{{y=-3(2)+5=-1}}} -> (2,-1)
Plot these two points.
{{{drawing(300,300,-3,7,-3,7,
grid(1),
circle(0,5,0.2),
circle(2,-1,0.2))}}}
.
.
.
Draw the line between them.
{{{drawing(300,300,-3,7,-3,7,
grid(1),
circle(0,5,0.2),
circle(2,-1,0.2),
graph(300,300,-3,7,-3,7,-3x+5))}}}
.
.
.
Now use the same method for the second problem.