Care este distanța dintre P (4,1) și Q (12, -5)?

Care este distanța dintre P (4,1) și Q (12, -5)?
Anonim

Răspuns:

# "distanță =" 10 "" unitate #

Explicaţie:

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

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

# "distanță:" = sqrt ((12-4) ^ 2 + (- 5-1) ^ 2 #

# "Distanța =" sqrt (8 ^ 2 + (- 6) ^ 2) #

# "Distanța =" sqrt (64 + 36) #

# "Distanța =" # sqrt100

# "distanță =" 10 "" unitate #