Wat is de afstand tussen (2, 8) en (-6, -7)?

Wat is de afstand tussen (2, 8) en (-6, -7)?
Anonim

Antwoord:

De afstand #= 17#

Uitleg:

# (2, 8) = kleur (blauw) (x_1, y_1) #

# (-6, - 7) = kleur (blauw) (x_2, y_2) #

De afstand wordt berekend met behulp van de formule:

Afstand # = 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#