

InterviewSolution
Saved Bookmarks
1. |
The distance between the points (0, 0), (X1 ,Y1) is ………………units.A) \(\sqrt{x_1^2+y_1^2}\)B) \(\sqrt{x_1+y_1}\)C) \(\sqrt{x^2+y^2}\)D) \(\sqrt{x+y}\) |
Answer» Correct option is (A) \(\sqrt{x_1^2+y_1^2}\) Distance between points \(A(0,0)\;\&\;B(x_1,y_1)\) is \(AB=\sqrt{(x_1-0)^2+(y_1-0)^2}\) \(=\sqrt{x_1^2+y_1^2}\) units Correct option is A) \(\sqrt{x_1^2+y_1^2}\) |
|