
William W. answered 01/12/20
Math and science made easy - learn from a retired engineer
When two lines are parallel, they have the same slope. The slope of the line y = -6x is "-6", so the line we are looking for has a slope of -6 and goes through the point (1, -1). You can find the equation a couple of ways.
Using the Point-Slope equation:
The Point-Slope equation is y - y1 = m(x - x1) where "m" is the slope and the point it goes through is (x1, y1) so the equation of the line is:
y - (-1) = -6(x - 1)
y + 1 = -6x + 6
y = -6x + 5
Using the Slope-Intercept form:
The Slope-Intercept equation is y = mx + b where "m" is the slope and "b" is the y-intercept. so the equation in this case is y = -6x + b but we still need "b". To find it, we can plug in the point (1, -1) as an (x, y) where x = 1 and y = -1. So:
y = -6x + b
-1 = -6(1) + b
-1 = -6 + b
5 = b
Now we can plug in the value of "b" to get:
y = -6x + 5
Stephan N.
Thank you so much! This really helped me a lot.01/12/20