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

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

Antwoord:

# 5sqrt2 ~~ 7.07 "tot 2 dec. Plaatsen" #

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) = (1,5) "en" (x_2, y_2) = (2, -2) #

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

#color (wit) (d) = sqrt (1 ^ 2 + (- 7) ^ 2) = sqrt (1 + 49) = sqrt50 = 5sqrt2 ~~ 7,07 #