Wat is de afstand tussen (-11, -11) en (21, -22)?

Wat is de afstand tussen (-11, -11) en (21, -22)?
Anonim

Antwoord:

# sqrt1145 ~~ 33.84 "tot 2 dec. plaatsen" #

Uitleg:

# "gebruik van de" color (blue) "afstandsformule" #

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

# "let" (x_1, y_1) = (- 11, -11) "en" (x_2, y_2) = (21, -22) #

# D = sqrt ((21 - (- 11)) ^ 2 + (- 22 - (- 11)) ^ 2 #

#color (wit) (x) = sqrt (32 ^ 2 + (- 11) ^ 2) #

#color (wit) (d) = sqrt (1024 + 121) = 33.84 sqrt1145 ~~ #