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

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

Vastaus:

etäisyys # = Sqrt ((10) #

Selitys:

Pisteet ovat

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

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

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

# = Sqrt ((1 + 9) #

# = Sqrt ((10) #