SOLUTION: Find the slope of the line with the points: (-4, -2) and (8, 10)

Algebra ->  Linear-equations -> SOLUTION: Find the slope of the line with the points: (-4, -2) and (8, 10)      Log On


   



Question 1081836: Find the slope of the line with the points: (-4, -2) and (8, 10)
Found 2 solutions by MathLover1, addingup:
Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

Solved by pluggable solver: Finding the slope


Slope of the line through the points (-4, -2) and (8, 10)



m+=+%28y%5B2%5D+-+%28y%5B1%5D%29%29%2F%28x%5B2%5D+-+%28x%5B1%5D%29%29


m+=+%2810+-+%28-2%29%29%2F%288+-+%28-4%29%29


m+=+%2810+%2B+2%29%2F%288+%2B+4%29


m+=+%2812%29%2F%2812%29


m+=+1



Answer: Slope is m+=+1


Answer by addingup(3677) About Me  (Show Source):
You can put this solution on YOUR website!
(-4, -2) and (8, 10)
the equation of a line is:
y = mx+b
where m is the slope and b the y-intercept
m = (y_2 - y_1)/(x_2 - x_1)
Using your numbers:
m = (10 - -2)/(8 - -4)
m = 12/12
m = 1 this is your slope of the line.
--------------------------
But in case you need it, here's more: now we can begin t populate our formula:
y = mx + b
y = 1x + b
now we need to find our b. It is called the y-intercept or point intercept because it's the point where the line crosses the y.
You can use either set of numbers, both sets have an x and a y, and the y is the intercept.
Confusing? Well, let's do it:
(-4,-2): y = mx+b or -2 = 1 × -4+b, solving for b: b=-2-(1)(-4) thus b=2
Now with the other set of numbers:
(8,10): y = mx + b or 10 = 1 × 8+b, solving for b: b = 10-(1)(8) thus b=2