Wat is de afstand tussen (1, 6) en (4, 5)?

Wat is de afstand tussen (1, 6) en (4, 5)?
Anonim

Antwoord:

Afstand # = Sqrt (10 #

Uitleg:

De punten zijn

# (1,6) = kleur (blauw) (x_1, y_1 # en

# (4,5) = kleur (blauw) (x_2, y_2 #

De afstand wordt berekend door

Afstand # = kleur (blauw) (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) #