SOLUTION: Hello I really need some help with this math problem it deal with Coordinate Geometry: Linear Equations in Two Variables. What is the equation of the line that contains the poin

Algebra ->  Linear-equations -> SOLUTION: Hello I really need some help with this math problem it deal with Coordinate Geometry: Linear Equations in Two Variables. What is the equation of the line that contains the poin      Log On


   



Question 117320: Hello I really need some help with this math problem it deal with Coordinate Geometry: Linear Equations in Two Variables.
What is the equation of the line that contains the points with (x,y) coordinates (-3,7) and (5,-1) ?
I don't have clue how to set this type of problem up, please help.
thanks

Found 3 solutions by jim_thompson5910, checkley71, Fombitz:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
First lets find the slope through the points (-3,7) and (5,-1)

m=%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29 Start with the slope formula (note: is the first point (-3,7) and is the second point (5,-1))

m=%28-1-7%29%2F%285--3%29 Plug in y%5B2%5D=-1,y%5B1%5D=7,x%5B2%5D=5,x%5B1%5D=-3 (these are the coordinates of given points)

m=+-8%2F8 Subtract the terms in the numerator -1-7 to get -8. Subtract the terms in the denominator 5--3 to get 8


m=-1 Reduce

So the slope is
m=-1

------------------------------------------------


Now let's use the point-slope formula to find the equation of the line:



------Point-Slope Formula------
y-y%5B1%5D=m%28x-x%5B1%5D%29 where m is the slope, and is one of the given points

So lets use the Point-Slope Formula to find the equation of the line

y-7=%28-1%29%28x--3%29 Plug in m=-1, x%5B1%5D=-3, and y%5B1%5D=7 (these values are given)


y-7=%28-1%29%28x%2B3%29 Rewrite x--3 as x%2B3


y-7=-x%2B%28-1%29%283%29 Distribute -1

y-7=-x-3 Multiply -1 and 3 to get -3

y=-x-3%2B7 Add 7 to both sides to isolate y

y=-x%2B4 Combine like terms -3 and 7 to get 4
------------------------------------------------------------------------------------------------------------
Answer:


So the equation of the line which goes through the points (-3,7) and (5,-1) is:y=-x%2B4

The equation is now in y=mx%2Bb form (which is slope-intercept form) where the slope is m=-1 and the y-intercept is b=4

Notice if we graph the equation y=-x%2B4 and plot the points (-3,7) and (5,-1), we get this: (note: if you need help with graphing, check out this solver)

Graph of y=-x%2B4 through the points (-3,7) and (5,-1)

Notice how the two points lie on the line. This graphically verifies our answer.

Answer by
checkley71(8403) About Me  (Show Source):
You can put this solution on YOUR website!
FIRST YOU NEED TO FIND THE SLOPE:
SLOPE=(Y2-Y1)/(X2-X1)
SLOPE=(-1-7)/(5+3)
SLOPE=-8/8
SLOPE=-1
USING THE SLOPE (m) AND A SET OF (X,Y) VALUES IN THE LINE EQUATION Y=mX+b SOLVE FOR (b), THE Y INTERCEPT.
7=-1*-3+b
7=3+b
b=7-3
b=4
THUS THE EQUATION IS:
Y=-X+4

Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
You need to use the point-slope method of a line.
First calculate the slope, m.
It's the change in y divided by the change in x.
Your points are given as (x,y) pairs.
Your first point is (-3,7).
Your second point is (5,-1).
m=%28y%5B2%5D-y%5B1%5D%29%2F%28x%5B2%5D-x%5B1%5D%29
m=%28-1-7%29%2F%285-%28-3%29%29
m=%28-8%29%2F%285%2B3%29%29
m=%28-8%29%2F%288%29%29
m=-1
That means that the change in y is equal to the change in x (all except the negative).
The slope is negative which means as x gets larger, y gets smaller.
You can generate points on your line using this.
Add 1 to x.
Subtract 1 from y.
(-3,7)
(-2,6)
(-1,5)
(0,4)
(1,3)
(2,2)
(3,1)
(4,0)
(5,-1)

Next, use the point slope form of the line.
y-y%5B0%5D=m%28x-x%5B0%5D%29
where m is the slope you just calculated.
(x%5B0%5D,y%5B0%5D) are either of the two points you already know.
y-y%5B0%5D=m%28x-x%5B0%5D%29
y-7=-1%28x-%28-3%29%29 Use the first point (-3,7)
y-7=-1%28x%2B3%29%29
y-7=-x-3
y=-x%2B4
We would have gotten the same answer if we used the second point.
y-y%5B0%5D=m%28x-x%5B0%5D%29
y-%28-1%29=-1%28x-5%29%29 Use the second point (5,-1)
y%2B1=-x%2B5
y=-x%2B4