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:
1) Calculate three differences for each option.2) Match them to (−2, −2, +6).3) PNKR yields (−2, −3, +7), hence is the outlier.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