SOLUTION: How do I find the slope of any line parallel to the line through points (9, 6) and (1, 2).

Algebra ->  Graphs -> SOLUTION: How do I find the slope of any line parallel to the line through points (9, 6) and (1, 2).      Log On


   



Question 78914: How do I find the slope of any line parallel to the line through points (9, 6) and (1, 2).
Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Given two points: (9, 6) and (1, 2).
.
Parallel lines all have the same slope. So for this problem all you have to do is to find
the slope of the line that connects the two given points.
.
Call point (9, 6) point 1. Then x%5B1%5D+=+9 and y%5B1%5D+=+6. Similarly, call point
(1, 2) point 2. Then x%5B2%5D+=+1 and y%5B2%5D+=+2.
.
The equation for the slope of the line joining two given points is:
.
Slope+=+%28y%5B2%5D+-+y%5B1%5D%29%2F%28x%5B2%5D+-+x%5B1%5D%29
.
All you have to do is to substitute the values as we identified them above. When you do
the equation becomes:
.
Slope+=+%282+-+6%29%2F%281+-+9%29+=+%28-4%29%2F%28-8%29+=+%2B+1%2F2
.
So the slope of the line joining points (9, 6) and (1, 2) is 1%2F2. That means
that any line parallel to that line will also have a slope of 1%2F2.
.
If you had identified the points in the other order ... calling point (9, 6) point 2
and point (1, 2) point 1, the values that you would substitute into the equation for slope
would switch in position, but the answer would still be 1%2F2 so it doesn't matter
which is point 1 and which is point 2. You just have to be careful that x%5B1%5D
is the x value in the point you called point 1, x%5B2%5D is the x value in the point you
called point 2, y%5B1%5D is the y value in the point you called point 1, and y%5B2%5D is
the y value in the point you called point 2. Then plug those values into the the correct
positions as shown in the equation:
.
Slope+=+%28y%5B2%5D+-+y%5B1%5D%29%2F%28x%5B2%5D+-+x%5B1%5D%29
.
and you will get the answer.
.
Hope this helps you understand a little more about slope and parallel lines.