Difficulty: Easy
Correct Answer: 26
Explanation:
Introduction / Context:
These items encode a number transformation rather than ordinary subtraction. We must infer the hidden rule consistent with the examples and apply it to 5 − 5.
Given Data / Assumptions:
Concept / Approach:
Observe that n − n maps to n^2 + 1: 4^2+1=17, 6^2+1=37, 2^2+1=5. The same rule applied to n=5 yields 5^2+1=26.
Step-by-Step Solution:
Verification / Alternative check:
Try alternate simple forms (e.g., 2n+9); they do not fit all three examples, reinforcing n^2+1.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
26
Discussion & Comments