Wat is de afstand tussen (4, 7) en (-6, -7)?

Wat is de afstand tussen (4, 7) en (-6, -7)?
Anonim

Antwoord:

afstand # = kleur (blauw) (sqrt (296) #

Uitleg:

De punten zijn

# (4,7) = kleur (blauw) (x_1, y_1 #

# (- 6, -7) = kleur (blauw) (x_2, y_2 #

De afstand wordt berekend met behulp van de formule

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

# = sqrt ((- 6-4) ^ 2 + (- 7-7) ^ 2 #

# = sqrt ((- 10) ^ 2 + (- 14) ^ 2 #

# = sqrt ((100 +196) #

# = sqrt ((296) #