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

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

Antwoord:

De afstand # = sqrt (29) #

Uitleg:

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

# (- 2,4) = kleur (blauw) ((x_2, y_2) #

De afstand wordt berekend met behulp van de formule:

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

# = sqrt ((-2 -3) ^ 2 + (4-2) ^ 2) #

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

# = sqrt ((25 +4) #

# = sqrt (29) #