

InterviewSolution
Saved Bookmarks
1. |
The distance between point P (2m, 3m, 4m) with respect to origin is1. √29m2. √13m3. 5m4. √20m |
Answer» Correct Answer - Option 1 : √29m Concept: The distance formula between two points (x1, y1, z1) and (x2, y2, z2) is: \(D=\sqrt{(x_1-x_2)^2+(y_1-y_2)^2+(z_1-z_2)^2}\) Calculation: Given: x1 = 2m y1 = 3m z1= 4m x2 = y2 = z2 = 0 Now using the distance formula as mentioned in the concept part: \(D=\sqrt{(2m-0)^2+(3m-0)^2+(4m-0)^2}\) \(D=\sqrt{4m^2 \ + \ 9m^2 \ + \ 16m^2}\) \(D=\sqrt{29}m\) Hence option (1) is the correct answer. |
|