Difficulty: Easy
Correct Answer: 343
Explanation:
Introduction / Context:This is a classic sequence of perfect cubes. Recognizing perfect powers (squares, cubes, fourth powers) is vital in numerical series questions.
Given Data / Assumptions:
Concept / Approach:Continue the natural-number base by one and compute the cube for the next term.
Step-by-Step Solution:
Identify last term's base: 216 = 6^3.Next base = 7.Compute 7^3 = 7 * 7 * 7 = 343.Verification / Alternative check:List of cubes: 1, 8, 27, 64, 125, 216, 343, 512, … The next clearly is 343.
Why Other Options Are Wrong:
Common Pitfalls:Confusing cubes with squares or mixing arithmetic progressions into a powers sequence. Always test simple power patterns first.
Final Answer:343
Discussion & Comments