Was ist der Abstand zwischen (7, 4) und (-10, 6)?

Was ist der Abstand zwischen (7, 4) und (-10, 6)?
Anonim

Antworten:

Entfernung # = sqrt (293 #

Erläuterung:

Die Punkte sind

# (7,4) = Farbe (blau) (x_1, y_1) #

# (- 10,6) = Farbe (blau) (x_2, y_2) #

Die Entfernung wird nach einer Formel berechnet

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

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

# = sqrt ((289+ 4) #

Entfernung # = sqrt (293 #