Difficulty: Medium
Correct Answer: PNKR
Explanation:
Introduction / Context:
When several items share the same three-step signature, the outlier is the one whose differences do not match the template. Here the template is two equal backward steps followed by a forward jump restoring balance.
Given Data / Assumptions:
Concept / Approach:
Compute successive differences and compare against the “−2, −2, +6” rule. The item that deviates in magnitude is the odd one out.
Step-by-Step Solution:
Verification / Alternative check:
Reverse the sequence to check for symmetry; PNKR still fails to align.
Why Other Options Are Wrong:
They conform exactly to the intended signature.
Common Pitfalls:
Ensure sign and magnitude are both verified; small slips easily invert conclusions.
Final Answer:
PNKR
Discussion & Comments