You can put this solution on YOUR website! Y=[4X+2]
You start by making a table of values for x and y;
You do this by choosing a value for x and solving the equation for y.
So lets begin;
When x=1
Now we plug it into the equation;
y=[4(1)+2]
y=6
When x=2
y=[4(2)+2]
y=10
When x=-1
y=[4(-1)+2]
y=-2
So now we have our points and we can graph;
(1,6);(2,10);(-1,-2)
Hope you understand
=)