Mikä on etäisyys (4, 7) ja (-6, -7)?

Mikä on etäisyys (4, 7) ja (-6, -7)?
Anonim

Vastaus:

etäisyys # = väri (sininen) (sqrt (296) #

Selitys:

Pisteet ovat

# (4,7) = väri (sininen) (x_1, y_1 #

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

# = sqrt ((- 10) ^ 2 + (- 14) ^ 2 #

# = sqrt ((100 +196) #

# = sqrt ((296) #