SOLUTION: if the slope of a line is 3/2 and the line contains the points (5,9) and (3,a) what is the value of a
Algebra
->
Linear-equations
-> SOLUTION: if the slope of a line is 3/2 and the line contains the points (5,9) and (3,a) what is the value of a
Log On
Algebra: Linear Equations, Graphs, Slope
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Linear-equations
Question 670801
:
if the slope of a line is 3/2 and the line contains the points (5,9) and (3,a) what is the value of a
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
m = (y2 - y1)/(x2 - x1)
3/2 = (a - 9)/(3-5)
3/2 = (a - 9)/(-2)
3*(-2) = 2(a - 9)
-6 = 2(a - 9)
-6/2 = a - 9
-3 = a - 9
a - 9 = -3
I'll let you finish.