Question:

Find the distance between points (2, 3) and (5, 7).

Show Hint

Use the distance formula $\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$ for coordinate geometry.
Updated On: Jul 31, 2025
  • 4
  • 5
  • 6
  • 7
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation


- Step 1: Distance formula. Distance = $\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}$. Points: (2, 3), (5, 7).
- Step 2: Calculate. $\Delta x = 5 - 2 = 3$, $\Delta y = 7 - 3 = 4$. Distance = $\sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5$.
- Step 3: Verify. $3^2 + 4^2 = 25$, so distance = 5.
- Step 4: Conclusion. Option (2) 5 is correct.
Was this answer helpful?
0
0