Saved Bookmarks
| 1. |
Find the distance of the point (a, b, c) from the origin. |
|
Answer» We know that co-ordinate of origin is (0, 0, 0) Given points -(a, b, c) Now Distance formula √((a - 0)2 + (b - 0)2 + (c - 0)2) = √(a2 + b2 + c2) |
|