Mikä on etäisyys (17, -6) ja (-1,24)?

Mikä on etäisyys (17, -6) ja (-1,24)?
Anonim

Vastaus:

etäisyys # = sqrt (1224) #

Selitys:

Annetut kohdat ovat

# (17, -6) = väri (sininen) (x_1, y_1 #

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

Etäisyys löytyy kaavasta

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

# = sqrt ((- 1 -17) ^ 2 + (24 - (-6)) ^ 2) #

# = sqrt ((- 18) ^ 2 + (30) ^ 2) #

# = sqrt ((324 + 900) #

# = sqrt (1224) #