How do you the equation of the line that passes through point (-2, 3) and is parallel to the line formed by the equation y = 4x + 7?

1 Answer
Feb 15, 2017

#(y - color(red)(3)) = color(blue)(4)(x + color(red)(2))#

Or

#y = 4x + 11#

Explanation:

First let's find the slope of the equation we are looking for. We know it is parallel to the given line and so will have the same slope. The given line is in slope-intercept form. The slope-intercept form of a linear equation is: #y = color(red)(m)x + color(blue)(b)#

Where #color(red)(m)# is the slope and #color(blue)(b)# is the y-intercept value.

So, for #y = color(red)(4)x + color(blue)(7)# we know the slope is #color(red)(m = 4)#

We can now use the point-slope formula to find the equation of the line we are looking for. The point-slope formula states: #(y - color(red)(y_1)) = color(blue)(m)(x - color(red)(x_1))#

Where #color(blue)(m)# is the slope and #color(red)(((x_1, y_1)))# is a point the line passes through.

Substituting the point from the problem and the slope we established gives:

#(y - color(red)(3)) = color(blue)(4)(x - color(red)(-2))#

#(y - color(red)(3)) = color(blue)(4)(x + color(red)(2))#

Or, we can solve for #y# to put this equation in slope-intercept form:

#y - color(red)(3) = (color(blue)(4) xx x) + (color(blue)(4) xx color(red)(2))#

#y - color(red)(3) = 4x + 8#

#y - color(red)(3) + 3 = 4x + 8 + 3#

#y - 0 = 4x + 11#

#y = 4x + 11#