183k views
5 votes
Find the distance between the two points:(7,12), (1,4)

1 Answer

3 votes

In order to find the distance between the given points, use the following formula:


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

where (x1,y1) and (x2,y2) are the given points,

In this case, you have:

(x1,y1) = (1 , 4)

(x2,y2) = (7 , 12)

By replacing the previous values into the formula for d, you obtain:


\begin{gathered} d=\sqrt[]{(12-4)^2+(7-1)^2} \\ d=\sqrt[]{8^2+6^2^{}} \\ d=\sqrt[]{64+36} \\ d=\sqrt[]{100} \\ d=10 \end{gathered}

Hence, the distance between the given points is 10

User Akisha
by
7.8k points

No related questions found

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