Answer:
y = 4x + 1
Step-by-step explanation:
first put the equation 4x-y=2 into the form y = mx + b where m is the slope and b is the y-intercept (for example, y = 2x - 1 would have 2 is the slope and -1 is the y-intercept)
4x - y = 2
subtract 4x from both sides
-y = -4x + 2
multiply both sides by -1
y = 4x - 2
That means the slope of this line is 4.
Parallel lines always have the same slope, so the slope of the new line is also 4. You can again put the new equation into the form y = mx + b. You already know that the slope is 4, so y = 4x + b.
Next, you need to find b. You know that (-1, -3) is a solution, so if you plug x = -1 and y = -3 into the equation, it should be true.
You can put that into the equation to solve for b:
-3 = 4 * -1 + b
-3 = -4 + b
1 = b
This means the equation is y = 4x + 1