Was ist der Abstand zwischen P (12, 4) und Q (-8, 2)?

Was ist der Abstand zwischen P (12, 4) und Q (-8, 2)?
Anonim

Antworten:

Es ist #20.1#.

Erläuterung:

Die Entfernung zweier Koordinatenpunkte # (x_1, y_1) # und # (x_2, y_2) # ist

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

in unserem Fall

# d = sqrt ((12 - (- 8)) ^ 2+ (4-2) ^ 2) #

# d = sqrt (20 ^ 2 + 2 ^ 2) #

# d = sqrt (404) #

#d approx20.1 #.