Wat is de afstand tussen de punten (-2, -4) en (3, 8)?

Wat is de afstand tussen de punten (-2, -4) en (3, 8)?
Anonim

Antwoord:

#13#

Uitleg:

# "bereken de afstand met behulp van de" color (blue) "-afstandformule" #

# • kleur (wit) (x) d = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2) #

# "let" (x_1, y_1) = (- 2, -4) "en" (x_2, y_2) = (3,8) #

# D = sqrt ((3 + 2) ^ 2 + (8 + 4) ^ 2) #

#color (wit) (d) = sqrt (5 ^ 2 + 12 ^ 2) = sqrt (25 + 144) = sqrt169 = 13 #