Question:medium

AB, BA, ABC, CBA, ABCD, ?

Show Hint

AB, BA, ABC, CBA, ABCD, ?
Updated On: Jan 15, 2026
  • BACD
  • DBAC
  • DCBA
  • CABD
Show Solution

The Correct Option is C

Solution and Explanation

The sequence follows this pattern: Term, Reverse(Term), Term+NextLetter, Reverse(Term+NextLetter), and so on. Example: 1: AB, 2: BA (reverse of 1), 3: ABC (AB + C), 4: CBA (reverse of 3), 5: ABCD, 6: Expected to be the reverse of 5 (ABCD) which is DCBA. This matches option (3).
Was this answer helpful?
0