InterviewSolution
Saved Bookmarks
| 1. |
What is the coordinates of a point on x - axis or y-axis? |
|
Answer» ??????-? The\xa0coordinates of a point\xa0on the\xa0x-axis\xa0are of the form (x, 0) and that of the\xa0point\xa0on the\xa0y-axis\xa0are (0,\xa0y). The\xa0coordinates\xa0of the origin are (0, 0). |
|