182k views
0 votes
Find the distance between two points. Round answers to the nearest tenth (1,5), (7,9)

2 Answers

5 votes

Final answer:

To find the distance between two points (1,5) and (7,9), you can use the distance formula sqrt((x2 - x1)^2 + (y2 - y1)^2). Rounding to the nearest tenth, the distance is approximately 7.2.

Step-by-step explanation:

To find the distance between two points, we can use the distance formula:

d = sqrt((x2 - x1)^2 + (y2 - y1)^2)

Using the given points (1,5) and (7,9), we substitute the values into the formula:

d = sqrt((7 - 1)^2 + (9 - 5)^2) = sqrt(36 + 16) = sqrt(52)

Rounding to the nearest tenth, the distance between the two points is approximately 7.2.

2 votes
Using distance formula, the answer in radical form would be radical 52, or the square root of 52. The square root of 52 is equal to approx 7.2
User Mttr
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.