Find the next letter cluster in the given series:
- A\text{XY}
- B\text{CY}
- C\text{BY}
- D\text{AY}
Solution & Step-by-step Explanation
Let's split the elements into individual positional tracking groups:
* First Letters:
The step alternates between adding and . The next increment must be :
* Second Letters:
The step alternates identically (). The next increment must be :
Combining both values gives the cluster .
* First Letters:
The step alternates between adding and . The next increment must be :
* Second Letters:
The step alternates identically (). The next increment must be :
Combining both values gives the cluster .