How do I find the image of O (0,0) after two reflections, first across x=a and then across y=b?

2 answers

reflection through x=a moves (x,y) -> (a-(x-a),y)
Similarly for y=b.

So,

(0,0) -> (2a,0) -> (2a,2b)
h5 gj 5f