Wat is de afstand tussen P (12, 4) en Q (-8, 2)?

Wat is de afstand tussen P (12, 4) en Q (-8, 2)?
Anonim

Antwoord:

Het is #20.1#.

Uitleg:

De afstand van twee coördinatenpunten # (x_1, y_1) # en # (x_2, y_2) # is

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

in ons geval

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

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

# D = sqrt (404) #

# d approx20.1 #.