Question 642916
(-1,2) and is parallel to the line that has an equation of 

6x + 2y = 4
<pre>
Solve that for y

    2y = -6x + 4

Divide every number by 2, the coefficient of y:

   {{{2/2}}}y = {{{(-6)/2}}}x + {{{4/2}}}

     y = -2x + 2

Compare that to

     y =  mx + b

Then m = -2 and b = 2.   We don't need b, we just need m

m is the slope of the line which is the graph of the given equation.
Namely this one:

{{{drawing(400,400,-5,5,-5,5, graph(400,400,-5,5,-5,5), green(line(-10,22,10,-18)), circle(-1,2,.05),locate(-2.3,2,"(-1,2)")    )}}}

It's slope is -2, we can tell it has a slope which is a negative number
because the line goes downhill to the right. We can tell it has slope -2
because it drops 2 units for every 1 unit it moves to the right.

We want the equation of a line that passes through the point (-1,2)
and is parallel to the green one, like this red one:

{{{drawing(400,400,-5,5,-5,5, graph(400,400,-5,5,-5,5), green(line(-10,22,10,-18)), circle(-1,2,.05),locate(-2.3,2,"(-1,2)"), red(line(-10,20,10,-20))    )}}}

To do that we use the point-slope form for the equation of a line, which is

     y - y<sub>1</sub> = m(x - x<sub>1</sub>)

and we substitute m = -2, x<sub>1</sub> = -1, y<sub>1</sub> = 2

     y - 2 = -2[x - (-1)]

     y - 2 = -2[x + 1]

     y - 2 = -2x - 2

         y = -2x  
   

Edwin</pre>