Mikä on etäisyys (–5, –9) ja (–7, 8)?

Mikä on etäisyys (–5, –9) ja (–7, 8)?
Anonim

Vastaus:

etäisyys# = Sqrt (293 #

Selitys:

Pisteet ovat

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

# (- 7,8) = 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 ((- 7 - (-5)) ^ 2 + (8 - (- 9)) ^ 2 #

# = sqrt ((- 7 + 5) ^ 2 + (8 +9) ^ 2 #

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

# = sqrt (4 + 289 #

# = Sqrt (293 #