How do you know if a point lies on either the x axis the y axis?

1 answer

Answer

1169946

2026-04-18 04:40

+ Follow

A point lies on the x-axis if its y-coordinate is zero, meaning it can be represented as ((x, 0)). Conversely, a point lies on the y-axis if its x-coordinate is zero, represented as ((0, y)). If either condition is met, the point is on the respective axis.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.