Mikä on etäisyys (3, 2) ja (-2, 4)?

Mikä on etäisyys (3, 2) ja (-2, 4)?
Anonim

Vastaus:

Etäisyys # = sqrt (29) #

Selitys:

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

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

Etäisyys lasketaan kaavalla:

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

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

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

# = sqrt ((25 +4) #

# = sqrt (29) #