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

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

Antwoord:

afstand # = Kleur (blauw) (sqrt (10 #

Uitleg:

De punten zijn

# (3, -5) = kleur (blauw) (x_1, y_1 #

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

Afstand wordt berekend met behulp van de formule

afstand # = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 #

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

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

# = sqrt ((1 + (3) ^ 2 #

# = sqrt (1 + 9 #

afstand # = Kleur (blauw) (sqrt (10 #