Quina és la distància entre els punts L (-7,0) i I (5,9)?

Quina és la distància entre els punts L (-7,0) i I (5,9)?
Anonim

Resposta:

# d = 15 #

Explicació:

#color (blau) ((- 7,0) i (5,9) #

Utilitzeu la fórmula de distància

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

Tan,

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

#color (morat) (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 (verd) (rArrd = 15 #