197k views
5 votes
Find the distance between points P(9, 5) and Q(8, 2)
to the nearest tenth.

User Aleksei
by
5.4k points

2 Answers

6 votes

Answer:

distance = 3.2

Explanation:

Input Data :

Point 1 (xA, yA) = (9, 5)

Point 2 (xB, yB) = (8, 2)

Objective :

Find the distance between two given points on a line?

Formula :

Distance between two points = √(xB − xA) ^ 2 + (yB − yA) ^ 2

Solution :

Distance between two points = √ (8 − 9)^2 + (2− 5) ^ 2

= √(-1)^2 + (-3)^2

= √1 + 9

= √10

= 3.1623

Distance between the two points is 3.1623

3.1623 rounded to the nearest tenth is 3.2

hope this helps and is right :)

User Bogdan Zurac
by
5.6k points
6 votes

Answer:

3.2!

Explanation:

Distance formula

User Pythad
by
4.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.