Care este distanța dintre punctele L (-7,0) și Y (5,9)?

Care este distanța dintre punctele L (-7,0) și Y (5,9)?
Anonim

Răspuns:

# d = 15 #

Explicaţie:

#color (albastru) ((- 7,0) și (5,9) #

Utilizați formula distanței

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

Asa de,

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

#color (purpuriu) (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 (verde) (rArrd = 15 #