Wat is de afstand tussen (-4, -11) en (13, -41)?

Wat is de afstand tussen (-4, -11) en (13, -41)?
Anonim

Antwoord:

Afstand#=34.482…#

Uitleg:

Pas de stelling van Pythagoras toe, waar # D # is de afstand tussen de twee punten.

# D = sqrt ((13--4) ^ 2 + (- 41--11) ^ 2) #

#color (wit) (d) = sqrt ((17) ^ 2 + (- 30) ^ 2) #

#color (wit) (d) = sqrt (1189) #

#color (wit) (d) = 34,482 … #

Antwoord:

Ik gebruik de afstandsformule

Uitleg:

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

inbrengen

# D = sqrt ((- 41 - (- 11)) ^ 2 + (13 - (- 4)) ^ 2) #

# D = sqrt (900 + 289) #

# D = sqrt (1189) eenheden #

Antwoord:

#d = sqrt 1189 #

Uitleg:

afstand tussen #A (x_1, y_1) en (x_2, y_2) #:

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

in dit geval: #d = sqrt ((- 4 - 13) ^ 2 + (-11 - (- 41)) ^ 2) #

#d = sqrt (289 + 900) = sqrt 1189 #