19.2k views
1 vote
Find the distance between the points (2,8) and (-1,9)

1 Answer

5 votes

Use the distance formula: D=sqrt((x2-x1)^2+(y2-y1)^2)

Plug in:

D=sqrt((9-8)^2+(-1-2)^2)

D=sqrt(1^2+(-3)^2)

D=sqrt(1+9)

D=sqrt(10)

So the distance is about 3.16 units

Hope this helped!

User Manik
by
8.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.