Mikä on etäisyys (2, 8) ja (-6, -7)?

Mikä on etäisyys (2, 8) ja (-6, -7)?
Anonim

Vastaus:

Etäisyys #= 17#

Selitys:

# (2, 8) = väri (sininen) (x_1, y_1) #

# (-6, - 7) = väri (sininen) (x_2, y_2) #

Etäisyys lasketaan kaavalla:

Etäisyys # = sqrt ((x_2 - x_1) ^ 2 + (y_2 - y_1) ^ 2 #

# = sqrt ((-6 - 2) ^ 2 + (-7 - 8) ^ 2 #

# = sqrt ((-8) ^ 2 + (-15) ^ 2 #

# = sqrt (64 + 225) #

# = sqrt (289) #

#=17#