Question:

Distance between \(A(1,2,3)\) and \(B(4,6,3)\):

Show Hint

Distance formula in 3D: \[ d= \sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2} \] It is the extension of Pythagoras theorem to space geometry.
Updated On: May 30, 2026
  • \(4\)
  • \(5\)
  • \(6\)
  • \(7\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept: Distance between two points in 3D geometry: \[ d= \sqrt{(x_2-x_1)^2+(y_2-y_1)^2+(z_2-z_1)^2} \]

Step 1:
Substituting coordinates. Points are: \[ A(1,2,3) \] and \[ B(4,6,3) \] Thus: \[ d = \sqrt{(4-1)^2+(6-2)^2+(3-3)^2} \]

Step 2:
Simplifying. \[ = \sqrt{3^2+4^2+0^2} \] \[ = \sqrt{9+16} \] \[ = \sqrt{25} \] \[ =5 \] Final Answer: \[ \boxed{(B)\ 5} \]
Was this answer helpful?
0
0