
Andrew M. answered 07/27/15
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
1. P= (-3,2) Q=(2,1)
a. slope = rise/run= (y2-y1)/(x2-x1)
m = (1-2)/(2-(-3))=-1/5
b. For the equation we can use point slope form
y-y1 = m(x-x1). Let's use point P (-3,2)
y-2=-1/5(x-(-3))
5y-10=-(x+3)
5y-10=-x-3
x+5y=7
c. distance = √((x2-x1)2+(y2-y1)2)
=√((-3-2)2+(2-1)2)
= √26
2. intersection of
y=x+1
y=-2x+4
Substitute x+1 for y in eqn 2
x+1=-2x+4
3x+1=4
3x=3
x=1
y=x+1=2
The lines intersect ar the point (1,2)