Mikä on etäisyys (2, -14) ja (-31, -21)?

Mikä on etäisyys (2, -14) ja (-31, -21)?
Anonim

Vastaus:

# S = 33,73 #

Selitys:

# A = (2, -14) #

#B = (- 31, -21) #

# A_x = 2 "" A_y = -14 #

# B_x = -31 "" B_y = -21 #

# "s: kahden pisteen välinen etäisyys" #

# S = sqrt ((B_x-A_X) ^ 2 + (B_y-A_y) ^ 2) #

# S = sqrt ((- 31-2) ^ 2 + (- 21 + 14) ^ 2) #

# S = sqrt ((- 33) ^ 2 + (- 7) ^ 2) #

# S = sqrt (1089 + 49) #

# S = sqrt1138 #

# S = 33,73 #