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

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

Antwoord:

# d = sqrt410 ~~ 20.25 "tot 2 dec. plaatsen" #

Uitleg:

# "om de afstand te berekenen, gebruikt u 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, -14) "en" (x_2, y_2) = (- 5,5) #

# D = sqrt ((- 5-2) ^ 2 + (5 + 14) ^ 2) #

#color (wit) (d) = sqrt (49 + 361) = sqrt410 ~~ 20,25 #