Ask a New Question
Search
Find the distance d(P1,P2) between the points P1 and P2
P1=(-1,5);P2=(2,4)
d(P1,P2)=
1 answer
P1(-1,5) P2(2,4).
D^2 = (2-(-1))^2 + (4-5)^2 = 10
D = 3.16.
Ask a New Question
or
answer this question
.