Question 936989
 <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
x    y = x/2
-4     -2   P(-4,-2)
 0      0   P( 0,0)
 2      1   P(2,1)
Plot Points, connect with a line to graph
{{{drawing(300,300,   -6, 6, -6, 6, grid(1),
circle(2,1,0.3),
circle(-4,-2, 0.3),
circle(0,0, 0.3),

graph( 300, 300, -6, 6, -6, 6,0, x/2) )}}}