To answer this question, we will employ the point-slope form of a line:
y-y1=m(x-x1), where (x1,y1) are the coordinates of the given point and m is the slope of the line we are looking for.
So:
- x1=2
- y1=-6
- m=-1 (Note that this is the case because our intended line is parallel to the given line, so the slope should be the same)
y-y1=m(x-x1)
y-(-6)=(-1)(x-2)
y+6=-x+2
y=-x-4