Difficulty: Easy
Correct Answer: 96
Explanation:
Introduction / Context:
This is a simple arithmetic translation problem. The phrase “K weeks and K days” means we convert weeks to days and add the extra days.
Given Data / Assumptions:
Concept / Approach:
Compute 8K and choose the matching option.
Step-by-Step Solution:
Total days = 7K + K = 8K.For K = 12 → 8 * 12 = 96.
Verification / Alternative check:
Check each option against plausible K values: only 96 corresponds neatly to K = 12 with the 8K rule.
Why Other Options Are Wrong:
92 and 90 would imply non-integer K under 8K, or a misinterpretation of weeks → days.
Common Pitfalls:
Forgetting to multiply weeks by 7 or misreading the question as “K weeks or K days.”
Final Answer:
96
Discussion & Comments