Let's say point A = (1, 2) for example.
We are going to do the transformations and draw a picture to see which one is correct.
A.
(1, 2) => (1, 4) => (7, 2) => (-7, 4)
B.
(1, 2) => (-4, 2) => (-4, -4) => (8, -4)
C.
(1, 2) => (3, -2) => (-3, 4) => (3, 2)
D.
(1, 2) => (1, 4) => (-1, -4) => (-2, -4)
E.
(1, 2) => (2, 4) => (8, 2) => (-8, 2)
We can see from the pictures that option A results in similar figures.
Answer: option A.