Analytical Reasoning

In a certain code, A is written as Z, B as Y, C as X, and so on in reverse order of the alphabet. How is CAT written in this code?

Correct answer

C. XZG

Explanation

Each letter is replaced by its mirror position from the end of the alphabet (position p becomes 27-p): C(3)->X(24), A(1)->Z(26), T(20)->G(7), giving XZG.