Difficulty: Easy
Correct Answer: IV
Explanation:
Introduction / Context:
The series alternates between Roman numerals (descending by one each time) and Arabic numerals (ascending by one each time). Recognizing this interleaving quickly yields the missing value.
Given Data / Assumptions:
Concept / Approach:
Separate the two interleaved subsequences and follow each trend independently.
Step-by-Step Solution:
Roman numerals at positions 1, 3, 5, 7: VI (6), V (5), next should be IV (4), then III (3).Arabic numerals at positions 2, 4, 6: 10, 11, 12 (increasing by 1).Therefore, the missing term at position 5 is IV.
Verification / Alternative check:
Interleaving the two lists yields the given sequence precisely when the blank is IV.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to treat Roman numerals as numbers; converting to Arabic values clarifies the pattern.
Final Answer:
IV
Discussion & Comments