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

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

Vastaus:

#5#

Selitys:

Etäisyys # D # välillä # (x_1, y_1) # ja # (x_2, y_2) # annetaan etäisyyskaavalla:

#d = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2) #

# = Sqrt ((4-0) ^ 2 + (2-5) ^ 2) #

# = Sqrt (4 ^ 2 + (- 3) ^ 2) #

# = Sqrt (16 + 9) #

# = Sqrt (25) #

#=5#