Wat is de afstand tussen (8, 2) en (-5, -9)?

Wat is de afstand tussen (8, 2) en (-5, -9)?
Anonim

Antwoord:

# = sqrt (220) #

Uitleg:

De coördinaten zijn:

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

# (- 5, -9) = kleur (blauw) (x_2, y_2 #

De afstand wordt berekend met behulp van formulaa:

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

# = sqrt ((-5-8) ^ 2 + (-9-2) ^ 2 #

# = sqrt ((-13) ^ 2 + (-11) ^ 2 #

# = sqrt ((169 + 121) #

# = sqrt (220) #