Wat is de afstand tussen (7, 4) en (5, 2)?

Wat is de afstand tussen (7, 4) en (5, 2)?
Anonim

Antwoord:

# 2sqrt2 ~~ 2.828 "tot 3 dec. Plaatsen" #

Uitleg:

# "om de afstand te berekenen (d) gebruik de" color (blue) "-afstandformule" #

#color (rood) (balk (ul (| kleur (wit) (2/2) kleur (zwart) (d = sqrt ((x_2-x_1) ^ 2 + (y_2-y_1) ^ 2)) kleur (wit) (2/2) |))) #

waar # (x_1, y_1), (x_2, y_2) "zijn 2 coördinaatpunten" #

# "de punten zijn" (x_1, y_1) = (7,4), (x_2, y_2) = (5,2) #

# "substitueren in de formule geeft" #

# D = sqrt ((5-7) ^ 2 + (2-4) ^ 2) #

#color (wit) (d) = sqrt (4 + 4) #

#color (wit) (d) = sqrt8 #

#color (wit) (d) = sqrt (4xx2) = sqrt4xxsqrt2 #

#color (wit) (d) = 2sqrt2 ~~ 2.828 "tot 3 decimalen" #