nerdexam
Dell-EMC

E20-007 · Question #144

You are attempting to find the Euclidean distance between two centroids: Centroid A's coordinates: (X = 2, Y = 4) Centroid B's coordinates (X = 8, Y = 10) Which formula finds the correct Euclidean…

The correct answer is A. SQRT((2-8)2+(4-10)2) or 8.49. See the full explanation below for the reasoning.

Question

You are attempting to find the Euclidean distance between two centroids:

Centroid A's coordinates: (X = 2, Y = 4) Centroid B's coordinates (X = 8, Y = 10) Which formula finds the correct Euclidean distance?

Options

  • ASQRT((2-8)2+(4-10)2) or 8.49
  • BSQRT(((2-8) x 2) + ((4-10) x 2)) or 12.17
  • C((2-8)2+(4-10)2) or 72
  • D((2-8) x 2 + (4-10) x 2) or 148

How the community answered

(36 responses)
  • A
    83% (30)
  • B
    6% (2)
  • C
    8% (3)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full E20-007 Practice