

InterviewSolution
Saved Bookmarks
1. |
Write the axis on which the given point lies.(2, 0)(0, -5)(-4, 0)(0, -1) |
Answer» 1. Since the point (2, 0) is of the form (x, 0) it lies on the x-axis. 2. Since the point (0, -5) is of the form (0, y) it lies on the y-axis. 3. Since the point (-4, 0) is of the form (x, 0) it lies on the x-axis. 4. Since the point (0, -1) is of the form (0, y) it lies on the y-axis. |
|