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

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

Antworten:

# = Farbe (blau) (Quadrat (26) #

Erläuterung:

# (4,0) = Farbe (blau) ((x_1, y _1) #

# (3,5) = Farbe (blau) ((x_2, y _2) #

Die Entfernung kann nach folgender Formel berechnet werden:

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

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

# = sqrt ((1 + 25) #

# = Farbe (blau) (Quadrat (26) #