CAT 2023 Slot 1 — QA Question 13
Miscellaneous ProgressionsEasy
A lab experiment measures the number of organisms at 8 am every day. Starting with 2 organisms on the first day, the number of organisms on any day is equal to 3 more than twice the number on the previous day. If the number of organisms on the nth day exceeds one million, then the lowest possible value of n is
Answer & solution
Answer: 19
Solution
Easy
The recurrence is linear — adding a constant. Solve it in closed form (a clean trick: add to both sides to expose a pure doubling), then find the smallest pushing the count past one million.
1
Set up the recurrence with :
2
Add to both sides so the folds into a geometric term:
3
Require :
4
Smallest power of two above :