Question
Find the distance d(P1,P2) between the points P1 and P2
P1=(-1,5);P2=(2,4)
d(P1,P2)=
P1=(-1,5);P2=(2,4)
d(P1,P2)=
Answers
Henry
P1(-1,5) P2(2,4).
D^2 = (2-(-1))^2 + (4-5)^2 = 10
D = 3.16.
D^2 = (2-(-1))^2 + (4-5)^2 = 10
D = 3.16.