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

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

Vastaus:

etäisyys # = Sqrt (32 #

Selitys:

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

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

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

# = sqrt ((16 +16) #

# = Sqrt ((32) #