A line passes through #(2 ,8 )# and #(4 ,9 )#. A second line passes through #(3 ,5 )#. What is one other point that the second line may pass through if it is parallel to the first line?

1 Answer

#(1,4)#

Explanation:

If you want two lines to be parallel, then the slopes have to be identical.

What is a slope, you may ask?

#m = (y_2 - y_1)/(x_2 - x_1)#

So now let's find the slope of the first two coordinates listed, #(2,8)# and #(4,9)#.

Input them into the equation

#m = (9 - 8 )/(4-2) = 1/2#

So, the slope is 1/2. Now we only know one of the coordinates to find the answer, so we will input one of the coordinates but put the unknown numbers as "?". For #(3,5)#, you have

#(5 - ?)/(3 - ?) = 1/2#

Now we see that #4# could be a logical number for #y# and #1# could be a logical number for #x#. But let's double check.

#(5 - 4)/(3 - 1) = 1/2#

Therefore, the coordinates are #(1,4)#.

Be sure to remember that if two lines are parallel then their slopes are the same and if two lines are perpendicular their slopes are opposite reciprocal.

For example, if the slope is #7# and you want to make it perpendicular it would be #-1/7#. Another example would be if the slope was #-1/2# and you want to make it perpendicular then the slope would be #2#.

Good luck!