
David W. answered 03/07/17
Tutor
4.7
(90)
Experienced Prof
To find the distance between two points, use the distance formula:
d = √( (x2-x1)2 + (y2-y1)2 )
5 = √( (a-1)2 + (-3-1)2 )
25 = (a-1)2 + (-3-1)2 [square both sides]
25 = (a2 -2a + 1) + 16 [use F-O-I-L]
a2 - 2a - 8 = 0 [collect terms; switch sides]
(a-4)(a+2) = 0 [either factor or use quadratic formula]
Either a-4=0 or else a+2=0 [Multiplicative Property of Zero]
Either a=4 or else a=-2
The distance between points (1,1) and (4,-3) is 5.
The distance between points (1,1) and (-2,-3) is 5.