108k views
4 votes
Find the DISTANCE between these two points to the nearest TENTH

Find the DISTANCE between these two points to the nearest TENTH-example-1
User Yarbelk
by
6.9k points

1 Answer

4 votes

The distance between two points P(x₁,y₁) and Q(x₂,y₂) can be calculated according to the following equation:


d(P,Q)=\sqrt[]{(x_2-x_1)^2+(y_2-y_1)^2}^{}^{}

In this exercise, we have the points (2,0) and (8,6). We can substitute them in the formula above:


\begin{gathered} d=\sqrt[]{(8-2)^2+(6-0)^2} \\ d=\sqrt[]{(6)^2+(6)^2} \\ d=\sqrt[]{36+36} \\ d=\sqrt[]{72} \\ d=8.5 \end{gathered}

Answer: The distance between the points (2,0) and (8,6) is 8.5.

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