How do you find the distance between (20,-10), (8,6)?

3 Answers
Apr 23, 2017

#20 unit#

Explanation:

Distance, #d = sqrt ((x_1 - x_2)^2 + (y_1 -y_2)^2)#

Let say #x_1 =20, x_2 = 8, y_1 =-10 and y_2 =6#

therefore,

#d = sqrt ((20- 8)^2 + (-10 -6)^2)#

#d = sqrt ((12)^2 + (-16)^2)#

#d = sqrt (144 + 256) = sqrt 400 =20 unit#

Apr 23, 2017

#d=20#

Explanation:

First off, the distance formula should be known

#d=sqrt((x_2-x_1)^2+(y_2-y_1)^2)#

Simply substitute

#d=sqrt((8-20)^2+(6-(-10)^2)#

Now solve

#d=sqrt((8-20)^2+(6+10)^2)#

#d=sqrt((-12)^2+16^2)#

#d=sqrt(144+256)#

#d=sqrt400#

#d=20#

Apr 23, 2017

20

Explanation:

Here's a graph of the situation, where the dots are the given points.

enter image source here

We're trying to calculate the length of the purple line (hypotenuse) here. We can find the length of the green and yellow lines as follows:

GREEN (bottom line):

#G=\Delta x = x_2-x_1 = 20-8=12#

YELLOW (vertical line):

#Y=\Delta y = y_2-y_1 = -10-6=-16#

Then we can use the Pythagorean theorem to find the length of the purple line (P):

#P^2=G^2+Y^2#
#P=\sqrt{G^2+Y^2}#
#=\sqrt{(12)^2+(-16)^2}#
#=\sqrt{144+256}#
#=\sqrt{400}#
#=20#

So the distance between the points is 20 units.

In general in 2D Euclidean space (or the x-y plane if that's how you know it),

Length#=\sqrt{(\Delta x)^2+(\Delta y)^2}#