Question 612437
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi, 
y=3(2)x
y= 6x    ||Pt(0,0) and Pt(1,6) on this Line
Plot points and connect with line:
{{{drawing(300,300,   -10,10,-10,10, 
 grid(1),
circle(1, 6,0.4),
circle(0, 0,0.4),
graph( 300, 300, -10,10,-10,10,0,6x))}}}