Qual é a distância entre (5, 6) e (1, -3)?

Qual é a distância entre (5, 6) e (1, -3)?
Anonim

Responda:

# 4sqrt2 #

Explicação:

#color (azul) ((5,6) e (1, -3) #

Use a fórmula de distância

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

Nota: # d = di ## s ## ta ## nce #

Onde

#color (roxo) (x_1 = 5, x_2 = 1 #

#color (roxo) (y_1 = 6, y_2 = -3 #

# rarrd = sqrt ((1-5) ^ 2 + (- 3-1) ^ 2) #

# rarrd = sqrt ((- 4) ^ 2 + (- 4) ^ 2) #

# rarrd = sqrt ((16) + (16)) #

# rarrd = sqrt32 = sqrt (16 * 2) #

#color (verde) (rArrd = 4sqrt2 #

Se você está confuso com a fórmula de distância

Ver