Difficulty: Easy
Correct Answer: 128
Explanation:
Introduction / Context:
This number-series question checks recognition of a simple deterministic rule applied consistently to each pair. Spotting the operation between numbers inside each pair allows us to extend the pattern and fill the blank correctly.
Given Data / Assumptions:
Concept / Approach:
Look at the mapping inside each pair. If the second element is consistently a multiple of the first, the multiplier should be the same across pairs. Confirm that multiplier by testing the first two pairs, then apply it to the third pair to get the missing value.
Step-by-Step Solution:
Check pair 1: 4 → 8. This is 4 * 2 = 8.Check pair 2: 16 → 32. This is 16 * 2 = 32.Therefore, the rule inside each pair is “multiply by 2.”Apply the rule to pair 3: 64 → 64 * 2 = 128.
Verification / Alternative check:
The constant multiplier 2 preserves exact proportional growth. No other consistent single-step operation (addition, subtraction, division) fits both earlier pairs. Hence doubling is uniquely validated here.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
128
Discussion & Comments