Solveeit Logo

Question

Question: The equation of the line passing through (1, 2) and parallel to the line y = 3x + 5 is:...

The equation of the line passing through (1, 2) and parallel to the line y = 3x + 5 is:

A

y = 3x − 1

B

y = 3x + 2

C

y = 3x + 1

D

y = −3x + 2

Answer

y = 3x − 1

Explanation

Solution

To find the equation of a line parallel to a given line and passing through a specific point, we follow these steps:

  1. Identify the slope of the given line: The given line is in the form y=mx+cy = mx + c, where mm is the slope. In the equation y=3x+5y = 3x + 5, the slope is m=3m = 3.

  2. Parallel lines have the same slope: Therefore, the line we are looking for also has a slope of 33.

  3. Use the point-slope form or slope-intercept form: We know the slope (m=3m = 3) and a point the line passes through ((x1,y1)=(1,2)(x_1, y_1) = (1, 2)).

    Method 1: Using slope-intercept form (y=mx+cy = mx + c) Substitute the slope m=3m = 3 into the equation: y=3x+cy = 3x + c Now, substitute the coordinates of the point (1,2)(1, 2) into this equation to find cc: 2=3(1)+c2 = 3(1) + c 2=3+c2 = 3 + c c=23c = 2 - 3 c=1c = -1 So, the equation of the line is y=3x1y = 3x - 1.

    Method 2: Using point-slope form (yy1=m(xx1)y - y_1 = m(x - x_1)) Substitute m=3m = 3, x1=1x_1 = 1, and y1=2y_1 = 2 into the point-slope form: y2=3(x1)y - 2 = 3(x - 1) y2=3x3y - 2 = 3x - 3 y=3x3+2y = 3x - 3 + 2 y=3x1y = 3x - 1

Therefore, the equation of the line is y=3x1y = 3x - 1.