Question 869848
When {{{x=0}}}, {{{y=3(0)-5=-5}}}
When {{{x=2}}}, {{{y=3(2)-5=6-5=1}}}
.
.
.
Plot those two points, (0,-5) and (2,1)
.
.
.
{{{drawing(300,300,-2,6,-6,2,grid(1),circle(0,-5,0.12),circle(2,1,0.12))}}}
.
.
.
Now draw the straight line through both points. 
.
.
.
{{{drawing(300,300,-2,6,-6,2,grid(1),circle(0,-5,0.12),circle(2,1
,0.12),graph(300,300,-2,6,-6,2,3x-5))}}}