Question 868566
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi
x	y = -4x + 2
0	2  
1      -2
-1	6
Plot: (0,2), (1,-2) and (-1,6) and connect with a line
{{{drawing(300,300,   -6, 6, -6, 8, grid(1), 
circle(0, 2,0.2),
circle(1,-2,0.2),
circle(-1, 6,0.2),
graph( 300, 300, -6, 6, -6, 8,0,-4x+2) )}}}