Wat is de afstand tussen (4,0) en (3, 5)?

Wat is de afstand tussen (4,0) en (3, 5)?
Anonim

Antwoord:

# = kleur (blauw) (sqrt (26) #

Uitleg:

# (4,0) = kleur (blauw) ((x_1, y _1) #

# (3,5) = kleur (blauw) ((x_2, y _2) #

Afstand kan worden berekend met behulp van de onderstaande formule:

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

# = sqrt ((3-4) ^ 2 + (5-0) ^ 2 #

# = sqrt ((1 + 25) #

# = kleur (blauw) (sqrt (26) #