101k views
4 votes
Find the distance between the points (2, 8) and (-1, 9).

User Xthexder
by
6.7k points

2 Answers

1 vote
Distance = √(x2-x1)² + (y2-y1)²
= √(2+1)² + (8-9)²
= √3² + (-1²)
= √ 3+1
= √4
= 2

In short, Your Answer would be 2 units

Hope this helps!
User Ikhvjs
by
8.2k points
2 votes

Answer:

The distance is equal to 3.16

Explanation:

To find the distance between the points (2, 8) and (-1, 9), we will follow the steps below;

First we need to write down the formula for finding distance between two points.

D = √(x₂ - x₁)² + (y₂ - y₁)²

From the question, the points given are; (2, 8) and (-1, 9)

This implies that; x₁ = 2 y₁ = 8 x₂=-1 y₂ = 9

We can now proceed to insert our values into the formula;

D = √(x₂ - x₁)² + (y₂ - y₁)²

D = √(-1 - 2)² + (9 - 8)²

D = √(-3)² + (1)²

D = √9 + 1

D = √10

D =3.16

The distance is equal to 3.16

User Rob Van Wijk
by
8.7k points

No related questions found

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