Difficulty: Medium
Correct Answer: None of these
Explanation:
Introduction / Context:
The daily savings form an arithmetic sequence starting at 1 with common difference 1. The cumulative savings after n days equals the n-th triangular number n(n + 1)/2. The question asks for the earliest n > 1 such that this total is a perfect square.
Given Data / Assumptions:
Concept / Approach:
We need T_n to be a square (a square triangular number). The smallest solutions are well known: n = 1 gives T_1 = 1 (but this is not “after March 1”), and the next is n = 8 giving T_8 = 36, a perfect square.
Step-by-Step Solution:
Verification / Alternative check:
Known square triangular sequence starts 1, 36, 1225, … corresponding to n = 1, 8, 49, … So the earliest date after March 1 is March 8.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “after March 1” (n > 1) or mistaking daily deposit with cumulative total. Always test triangular numbers explicitly.
Final Answer:
Discussion & Comments