Saved Bookmarks
| 1. |
Eind the chistonce ofa point Pla, yFromD) |
|
Answer» Distance of point P(x, y) from the origin (0, 0) Distance = sqrt[(x - 0)^2 + (y - 0)^2] = sqrt(x^2 + y^2) |
|