128k views
2 votes
Write an equation of the line that passes through (-1,3) and is parallel to the line y=2x+2 .

User Leon Yue
by
3.5k points

2 Answers

11 votes

Answer:

y = 2x + 5

Explanation:

REMEMBER:

  • The new line will be parallel to the line represented by y =2x +2

⇒ The equation y = 2x + 2 is written in slope- intercept form (i.e. y=mx + b) where m represents the slope. So the slope of this line is 2. A line parallel to y = 2x + 2 will have the same slope. This means the slope of the new line will also be 2.

To determine the equation of the new line, we can use the given point to find the y intercept of the new line:
⇒ y = 2x + b

Use x = -1 and y =3 to find b (or the y intercept ) of the new line:

⇒ 3 = 2 * (-1) + b

⇒ 3= -2 + b

⇒ b=5

Therefore, the equation of the line passing thru (-1,3) with the same slope as that of y = 2x + 2 will be:

⇒ y = 2x + 5

User Olanrewaju
by
3.3k points
10 votes

Answer:

y = 2x + 5

Step-by-step explanation:

Given line equation 2x - y + 2 = 0

Equation of line parallel to this line will be of form

=> 2x - y + k = 0 ( where 'k' is a constant )

Now this line passes through (-1,3)

=> 2(-1) - (3) + k = 0

=> -2 - 3 + k = 0

=> k - 5 = 0

=> k = 5

Therefore the required line equation is 2x - y + 5 = 0 or y = 2x + 5

Hope you've understood the solution.