Mikä on etäisyys (-5,4) ja (1, -4) välillä?

Mikä on etäisyys (-5,4) ja (1, -4) välillä?
Anonim

Vastaus:

Etäisyys #= 10 #

Selitys:

# (- 5,4) = väri (sininen) (x_1, y_1) #

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

Etäisyys lasketaan kaavalla:

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

# = sqrt ((1- (-5)) ^ 2 + (- 4 -4) ^ 2 #

# = sqrt ((1 + 5) ^ 2 + (- 8) ^ 2 #

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

# = sqrt (36 + 64) #

# = sqrt (100) #

#= 10 #