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

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

Antwoord:

De afstand tussen #(-6, -1)# en #(-10, -4)# is #5# units.

Uitleg:

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

Label uw bestelde paren.

# (- 6, -1) (X_1, Y_1) #

# (- 10, -4) (X_2, Y_2) #

Sluit ze aan op uw formule:

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

Twee negatieven worden positief, dus:

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

Toevoegen.

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

Vier je cijfers.

#d = sqrt ((16) + (9)) #

Toevoegen.

#d = sqrt ((25)) #

#d = 5 # units