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

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

Vastaus:

etäisyys # = sqrt (13 #

Selitys:

Pisteet ovat:

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

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

Etäisyys lasketaan käyttäen alla mainittua kaavaa:

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

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

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

# = sqrt (4 + 9 #

etäisyys # = sqrt (13 #