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

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

Antwoord:

# = Kleur (blauw) (7 #

Uitleg:

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

# (- 4,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 ((- 4-3) ^ 2 + (7-7) ^ 2 #

# = sqrt ((- 7) ^ 2 + (0) ^ 2 #

# = Sqrt ((49) #

# = Kleur (blauw) (7 #