Question 419919: A line has the equation 2x+5y=7. Another line passes through (3,6) and (k,9). What value for "k" will make the lines parallel? Found 2 solutions by josmiceli, nerdybill:Answer by josmiceli(19441) (Show Source):
You can put this solution on YOUR website! Both equations need to be in the form
where is the slope
Any line parallel to this one must have
--------------
(3,6) , (k,9)
The formula for line through 2 points is:
-------------- answer
check answer:
OK
You can put this solution on YOUR website! A line has the equation 2x+5y=7. Another line passes through (3,6) and (k,9). What value for "k" will make the lines parallel?
.
first, find slope of:
2x+5y=7
5y= -2x+7
y= (-2/5)x+7/5
slope then, is -2/5
.
a parallel line must have the same slope so applying:
slope = (y2 - y1)/(x2 - x1)
.
-2/5 = (9 - 6)/(k - 3)
-2/5 = 3/(k - 3)
cross multiplying:
-2(k-3) = 15
-2k + 6 = 15
-2k = 9
k = -9/2