Mikä on etäisyys (8, 2) ja (1, -6)?

Mikä on etäisyys (8, 2) ja (1, -6)?
Anonim

Vastaus:

etäisyys # = Sqrt (113 #

Selitys:

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

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

Etäisyys lasketaan kaavalla:

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

# = Sqrt ((1-8) ^ 2 + (- 6-2) ^ 2 #

# = Sqrt ((- 7) ^ 2 + (- 8) ^ 2 #

# = Sqrt (49 + 64 #

# = Sqrt (113 #