Question 856094
<pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
how do you graph the function; 
f(x)=3x-5 ,  (substitute a couple of values for x) For Ex: x = 0  &  x = 1 
P(0,-5) and P(1,-2) on this Line.  Plot and connect
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(1, -2,0.2),
circle(0, -5,0.2),
graph( 300, 300, -6, 6, -6, 6,0, 3x-5) )}}}