Mikä on etäisyys (1, 6) ja (4, 5)?

Mikä on etäisyys (1, 6) ja (4, 5)?
Anonim

Vastaus:

Etäisyys # = Sqrt (10 #

Selitys:

Pisteet ovat

# (1,6) = väri (sininen) (x_1, y_1 # ja

# (4,5) = väri (sininen) (x_2, y_2 #

Etäisyys lasketaan

Etäisyys # = väri (sininen) (sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2) #

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

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

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

# = Sqrt ((9 + 1) #

# = Sqrt ((10) #