Was ist der Abstand zwischen P (4,1) und Q (12, -5)?

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

Antworten:

# "Abstand =" 10 "" Einheit #

Erläuterung:

#P (x, y) "" Q (a, b) #

# "distance =" sqrt ((a-x) ^ 2 + (b-y) ^ 2 #

# "distance:" = sqrt ((12-4) ^ 2 + (- 5-1) ^ 2 #

# "distance =" sqrt (8 ^ 2 + (- 6) ^ 2) #

# "distance =" sqrt (64 + 36) #

# "distance =" sqrt100 #

# "Abstand =" 10 "" Einheit #