Mikä on etäisyys (–3, –2) ja (-6, -7)?

Mikä on etäisyys (–3, –2) ja (-6, -7)?
Anonim

Vastaus:

etäisyys # = sqrt (34) #

Selitys:

Pisteet ovat:

# (- 3, -2) = väri (sininen) (x_1, y_1 #

# (- 6, -7) = väri (sininen) (x_2, y_2 #

Etäisyys # = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2 #

# = sqrt ((- 6 - (-3)) ^ 2 + (- 7 - (-2)) ^ 2 #

# = sqrt ((- 6 +3) ^ 2 + (- 7 +2) ^ 2 #

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

# = sqrt (9 +25) #

# = sqrt (34) #