
Victoria H. answered 10/27/20
Math in plain English
First change the given equation into slope-intercept form.
Slope-intercept form is y = mx + b (where m is the slope an b is the y intercept)
6x - y = 1
subtracting 6x from both sides we are left with
-y = -6x + 1
But, we don't want a negative y, so let's multiply everything by a -1.
Now, y=6x -1.
The slope is 6 and the y intercept is -1.
The second line is parallel to this line, and so we know that the slope is the same.
It passes through the point (-2, 2).
Now our formula for our new equation is
y - y1= m(x - x1)
Substituting what we know about our new equation, we now have
y - 2 = (6) [x - (-2)]
Doing the math,
y - 2 = 6x + 12
y = 6x + 14
Hope this helps.