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

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

Antwoord:

afstand # = Sqrt (293 #

Uitleg:

De punten zijn

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

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

# = sqrt ((289+ 4) #

afstand # = Sqrt (293 #