SOLUTION: find the slope of the line passing through the points (7,0) and (0,10)

Algebra ->  Linear-equations -> SOLUTION: find the slope of the line passing through the points (7,0) and (0,10)      Log On


   



Question 280591: find the slope of the line passing through the points (7,0) and (0,10)
Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
The slope of a line is defined as the rise/run, where
rise = change in y = y2 - y1
run = change in x = x2 - x1
.
It is important to keep your definitions of the points staight too.
(x1, y1) = (7,0)
(x2, y2) = (0,10)
.
rise = y2 - y1 = 10 -0 = 10
run = x2 - x1 = 0 -7 = -7
.
slope = 10/-7 = -10/7
.
The slope-intercept equation is y = mx+b
y = -10/7x + b
.
We are given the point (0,10), so we know when x=0, y=10.
y = -10/7x + 10
.
graph%28500%2C500%2C-22%2C22%2C-22%2C22%2C-10%2F7%2Ax+%2B+10%29
.
Looking at graph, we see it slopes down from the upper left to the lower right, which is what we expect with a negative slope.
.
We can check by computing another point and seeing whether it is on the line or not.
.
y = -10/7x + 10
x = 14
y = -10/7*14 + 10
y = -20 + 10
y = -10
So, is the point (14,-10) on the graph?
Yes, it appears to be.
.
Reviewing the question, what answer is needed?
Just the slope...
The slope of the line is -10/7.
.
Done.