← Change Exercise
Reflect a point
Reflect the point over the x-axis: (3, 2)
A' = ( , )
All difficulties
0%
Accuracy
0
Current streak
0
Total answers
0
Correct
What does the generator do?
The generator picks a point with nonzero integer coordinates and one of three reflections (x-axis, y-axis, origin).
How to compute the image
Over the x-axis: x stays the same, y flips sign. Over the y-axis: y stays the same, x flips sign. Through the origin: both signs flip.