SOLUTION: each pair of points lie in a line with a given slope. find x. (4,3), (x,7) slope=2 how would you complete this??

Algebra ->  Linear-equations -> SOLUTION: each pair of points lie in a line with a given slope. find x. (4,3), (x,7) slope=2 how would you complete this??      Log On


   



Question 58105This question is from textbook
: each pair of points lie in a line with a given slope. find x.
(4,3), (x,7) slope=2
how would you complete this??
This question is from textbook

Answer by hayek(51) About Me  (Show Source):
You can put this solution on YOUR website!
Use the definition of slope:
slope=rise%2Frun
When you have two points (x%5B1%5D,y%5B1%5D) and (x%5B2%5D,y%5B2%5D%29),
Rise = y%5B2%5D-y%5B1%5D and Run = x%5B2%5D-x%5B1%5D.
Using the information from the problem, we have:
slope=rise%2Frun
2=%287-3%29%2F%28x-4%29
2=4%2F%28x-4%29
%28x-4%29%2A2=4%2Fcross%28x-4%29%2Across%28x-4%29
%28x-4%29%2A2=4
%28x-4%29=2
x=6