What is the distance between points (1, 2) and (4, 6)?
- A. 3
- B. 4
- C. 5 (Correct answer)
- D. 6
- E. 7
Apply distance formula: d = √((4−1)² + (6−2)²)
d = √(9 + 16) = √25 = 5
Distance = 5
Correct answer: C
Why C is correct
Correct: √(9+16) = 5
Why other options are wrong
A: Only computed |4−1| = 3; forgot the y-component
B: Only computed |6−2| = 4; forgot the x-component
D: Added differences without squaring: 3 + 4 = 7, then made arithmetic error
E: Added the horizontal and vertical distances: 3 + 4 = 7
⚠ Trap: Adding the horizontal and vertical distances instead of using the Pythagorean theorem