Wat is de afstand tussen (17, -6) en (-1,24)?

Wat is de afstand tussen (17, -6) en (-1,24)?
Anonim

Antwoord:

afstand # = sqrt (1224) #

Uitleg:

De gegeven punten zijn

# (17, -6) = kleur (blauw) (x_1, y_1 #

# (- 1, 24) = kleur (blauw) (x_2, y_2 #

De afstand wordt gevonden met behulp van de formule

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

# = sqrt ((- 1 -17) ^ 2 + (24 - (-6)) ^ 2) #

# = sqrt ((- 18) ^ 2 + (30) ^ 2) #

# = sqrt ((324 + 900) #

# = sqrt (1224) #