Analyzing the Setup
Imagine you are standing in front of a massive, daunting stack of 4500 currency notes. Your task is to count them all, but your performance is governed by two distinct phases of human behavior.
Phase 1
The Machine Phase
For the first 10 minutes, you are unstoppable. The problem states that a1=a2=⋯=a10=150.
You are counting
150 notes every single minute. The work done here is simply the area of a rectangle:
10×150=1500 notes
You have cleared a third of your mountain, but the real challenge is yet to come.
Phase 2
The Fatigue Phase
From the 11th minute onwards, your speed begins to decay following an Arithmetic Progression (AP). The first term of this new phase is a11=150−2=148, and your common difference is d=−2.
We have
3000 notes remaining (
4500−1500=3000). We need to find the time
n it takes to clear these remaining notes using the sum formula for an AP:
Sn=2n[2a+(n−1)d]
Substituting our values, we get:
3000=2n[2(148)+(n−1)(−2)]
The Quadratic Dance
Let us simplify the expression inside the brackets. We have 2(148)=296 and (n−1)(−2)=−2n+2. Combining these, we get 298−2n.
Our equation becomes:
3000=2n[298−2n]
The
2 in the denominator cancels perfectly with the
2 inside the bracket, leading to:
3000=n(149−n)
Expanding this, we arrive at the quadratic equation:
n2−149n+3000=0
We need two numbers that multiply to
3000 and add to
−149. Those numbers are
−24 and
−125. Thus, the equation factors as:
(n−24)(n−125)=0
The Physical Reality Check
We have two roots: n=24 and n=125. We must determine which one is physically valid.
If we choose
n=125, we calculate the speed at that minute:
a125=148+(124)(−2)=−100
A negative counting rate is physically impossible. Therefore, we reject n=125 and accept n=24.
The second phase takes exactly
24 minutes. Adding the initial
10 minutes, the total time is:
10+24=34 minutes
You have conquered the mountain of notes. Remember, math is the language of reality; always ensure your equations speak the truth of the physical world.