Wat is de afstand tussen (-7,5) en (0,7)?

Wat is de afstand tussen (-7,5) en (0,7)?
Anonim

Antwoord:

# s = 7,28 "eenheid" #

Uitleg:

#A = (- 7,5) #

# B = (0,7) #

# A_x = -7 #

# B_x = 0 #

# À_ÿ = 5 #

# B_y = 7 #

# "afstand tussen twee punten kan worden berekend met behulp van de formule:" #

# S = sqrt ((B_x-A_x) ^ 2 + (B_y-à_ÿ) ^ 2) #

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

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

# S = sqrt (49 + 4) #

# S = sqrt53 #

# s = 7,28 "eenheid" #