How do the coordinates of a point change when it is reflected over the x-axis?

1 answer

Answer

1008819

2026-08-04 09:10

+ Follow

Reflecting the the x-axis (line y=0) leaves the x-coordinate unchanged and negates the y-coordinate:

(x, y) -> (x, -y)

For example:

(1, 2) -> (1, -2)

(3, -4) -> (3, 4)

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.