Was ist der Abstand zwischen (2,3) und (3, 0)?

Was ist der Abstand zwischen (2,3) und (3, 0)?
Anonim

Antworten:

# = Farbe (blau) (sqrt10 #

Erläuterung:

# (2,3) = Farbe (blau) ((x_1, y_1) #

# (3,0) = Farbe (blau) ((x_2, y_2) #

Die Entfernung wird nach der Formel berechnet:

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

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

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

# = sqrt ((1 + 9) #

# = Farbe (blau) (sqrt10 #