Mikä on etäisyys (-5, 1) - (3,0)?

Mikä on etäisyys (-5, 1) - (3,0)?
Anonim

Vastaus:

Etäisyys # = sqrt (65 #

Selitys:

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

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

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

# = sqrt ((64 + 1) #

Etäisyys # = sqrt (65 #