Question:

Find the distance between the points \( (3, 4) \) and \( (7, 1) \) in the Cartesian plane.

Show Hint

Use the distance formula \( \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \) to find the distance between two points in the Cartesian plane.
Updated On: May 24, 2025
  • \( 5 \)
  • \( \sqrt{50} \)
  • \( \sqrt{41} \)
  • \( \sqrt{34} \)

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

The distance between two points \( (x_1, y_1) \) and \( (x_2, y_2) \) is given by the distance formula: \[ \text{Distance} = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \] For the points \( (3, 4) \) and \( (7, 1) \): \[ x_1 = 3, \ y_1 = 4, \ x_2 = 7, \ y_2 = 1 \] \[ \text{Distance} = \sqrt{(7 - 3)^2 + (1 - 4)^2} = \sqrt{4^2 + (-3)^2} = \sqrt{16 + 9} = \sqrt{25} = 5 \] Thus, the distance is: \[ {5} \]

Was this answer helpful?
0
0