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

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

Vastaus:

# = Väri (sininen) (sqrt10 #

Selitys:

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

# (3,0) = väri (sininen) ((x_2, y_2) #

Etäisyys lasketaan kaavalla:

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

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

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

# = sqrt ((1 + 9) #

# = Väri (sininen) (sqrt10 #