SOLUTION: Find the slope of a line parallel to the line that passes through the following points. Be sure to show your work. (4, 0) and (3.8, 2)
Algebra ->
Equations
-> SOLUTION: Find the slope of a line parallel to the line that passes through the following points. Be sure to show your work. (4, 0) and (3.8, 2)
Log On
Question 615101: Find the slope of a line parallel to the line that passes through the following points. Be sure to show your work. (4, 0) and (3.8, 2)
You can put this solution on YOUR website! Find the slope of a line parallel to the line that passes through the following points.
-----------------
Do it like this one:
i need to find the equation of the line that passes through each pai of points and write the answer in standard form
(-2,-4), (1,-1)
--------------
Find the slope, m
m = diffy/diffx = (-4 + 1)/(-2 -1) = -3/-3 = 1
-----
Use y = mx + b and either point to find b
-1 = 1*1 + b
b = -2
-----
y = x - 2
x - y = 2
==================
Using determinants:
|+x +y 1|
|-2 -4 1| = 0
|+1 -1 1|
-------
x*(-4+1) - y*(-2-1) + 1*(2+4) = 0
-3x + 3y = -6
x - y = 2