CSAT Solved Papers/ 2021/Q40
2021 CSAT — Q40
In the English alphabet, the first letters are written in opposite order; and the next letters are written in opposite order and so on; and at the end and are interchanged. Which will be the fourth letter to the right of the th letter?
Worked rationale
Reverse the alphabet in consecutive blocks of , and swap the final pair :
Now read off positions. The th letter is . The fourth letter to the right of it is position , which is .
Answer: (b) T.
Visual solution
The same solve, worked by hand — read it, then trace it.
Why the other options miss
- A stops short: counts to position (or miscounts to at ), not four to the right.
- C counts the wrong way: goes to the left of the th letter instead of to the right.
- D mis-blocks the reversal: reverses within blocks inconsistently or mislabels the block boundaries, shifting the index.
Specialist insight
Write the transformed alphabet once, in labelled blocks of , before answering anything — the reversal is mechanical and the swap only touches the tail. After that the question is pure position arithmetic: ” to the right of the th” position . The two traps are direction (right vs left) and the fencepost (“fourth to the right” , landing on , not counting the start). Build the string, then index — never index in your head.
Transformed string puts at position (b).