Posted by jessica on Saturday, October 31, 2009 at 9:00pm.
Given two points, the slope is easy: it's the difference in the ys divided by the differences in the xs.
Just be careful to get the numbers in the right order and careful of the signs.
For example, (3,5) and(2,-2)
x1=3
x2=2
y1=5
y2=-2
So the slope is
(y1 - y2)/(x1 - x2)
= (5 - (-2)) / 3 - 2
= (5 + 2) / 1
= 7
We can go on from there to get the equation of the line:
y = mx + c , where m is the slope
y = 7x + c in this case
But what is c? Well, we substitute any point on the line for x and y, and
5 = 7*3 + c
5 = 21 + c
c = -16
So the line is
y = 7x - 16
Related Questions
math11 - Solve the non linear equation x^2=3x+4 graphically using a calculator, ...
math11 - Solve the non linear equation x^2=3x+4 graphically using a calculator, ...
MATH - K we are learning about Linear Equations and Graphs. And I'm doing ...
Math - Okay .. Im working on Linear Equations and am VERY confused can someone ...
Algebra - What similarities and differences do you see between functions and ...
algebra - 1 Solve the set of linear equations by the matrix method : a+3b+2c=3...
Math - I have been asked to solve the following system of linear inequalities by...
Algebra - What similarities and differences do you see between functions and ...
math - How do you solve this problem? Find the slope-intercept equation of the ...
Algebra Concept check - 1. Anna has 12 bills in her wallet, some $5 and some $10...
For Further Reading