Wat is de afstand tussen de punten L (-7,0) en Y (5,9)?

Wat is de afstand tussen de punten L (-7,0) en Y (5,9)?
Anonim

Antwoord:

# d = 15 #

Uitleg:

#color (blauw) ((- 7,0) en (5,9) #

Gebruik de afstandsformule

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

Zo,

#color (paars) (x_1 = -7, x_2 = 5 #

#color (paarse) (= y_1, y_2 = 9 #

# Rarrd = sqrt ((- 7-5) ^ 2 + (0-9) ^ 2) #

# Rarrd = sqrt ((- 12) ^ 2 + (- 9) ^ 2) #

# Rarrd = sqrt (144 + 81) #

# Rarrd = sqrt225 #

#color (groen) (rArrd = 15 #