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

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

Antwoord:

afstand # = Sqrt (32 #

Uitleg:

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

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

Afstand kan worden gevonden met behulp van de formule

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

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

# = sqrt ((4) ^ 2 + (- 4) ^ 2 #

# = sqrt ((16 +16) #

# = Sqrt ((32) #