Difficulty: Easy
Correct Answer: LUP
Explanation:
Introduction / Context:
In three-letter series questions, each position (first, second, third letter) often follows its own rule. Solving requires tracking three mini-sequences in parallel and then combining the results to form the missing term.
Given Data / Assumptions:
Concept / Approach:
Split each term into its three columns and inspect the movement in each column separately. Look for simple patterns like +1, −1, +2, or constant steps.
Step-by-Step Solution:
Verification / Alternative check:
Confirm the uniform steps: first column −1, second column +2, third column −1 throughout. All transitions fit, and LUP continues them consistently.
Why Other Options Are Wrong:
Common Pitfalls:
Treating each three-letter block holistically rather than column-wise; missing that each position evolves independently.
Final Answer:
LUP
Discussion & Comments