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

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

Vastaus:

etäisyys # = Väri (sininen) (sqrt (10 #

Selitys:

Pisteet ovat

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

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

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

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

# = sqrt (1 + 9 #

etäisyys # = Väri (sininen) (sqrt (10 #