Daily · 2026-05-09
Three problems · Combinatorics, Compound Interest, Algebra
One bite-sized math problem set for the day. Read the statement, think it through, then expand the solution to check your reasoning.
#1 · Combinatorics·Medium
From a group of 10 people, how many ways can a committee of 3 be chosen?
- A.
- B.
- C.
- D.
Solution
.
The convention: 'committee' implies order doesn't matter — a committee of {Alice, Bob, Carol} is the same as {Carol, Alice, Bob}. That's exactly when you use instead of .
The convention: 'committee' implies order doesn't matter — a committee of {Alice, Bob, Carol} is the same as {Carol, Alice, Bob}. That's exactly when you use instead of .
Combinations vs. permutations is one of the highest-leverage distinctions in counting. Whenever you read a problem, ask first: does the order matter? 'Lineup' / 'rank' / 'arrangement' = permutations. 'Group' / 'committee' / 'team' = combinations.
#2 · Compound Interest·Hard
You invest \$200 at the end of each month into an account paying 6% APR, compounded monthly. After 30 years, approximately how much is in the account?
- A.\$72,000
- B.\$120,000
- C.\$200,000
- D.\$1,000,000
Solution
This is a future-value-of-annuity problem:
. So FV \approx 200 \cdot \dfrac{6.023 - 1}{0.005} = 200 \cdot 1004.5 \approx \200{,}900200 \cdot 360 = \. The other ~\$129{,}000 is compounding.
where , , .
. So FV \approx 200 \cdot \dfrac{6.023 - 1}{0.005} = 200 \cdot 1004.5 \approx \200{,}900200 \cdot 360 = \. The other ~\$129{,}000 is compounding.
The single most important formula in personal finance. \200/month for 30 years at 6\% turns into \200K — almost tripling your contribution. The same calculation at 8\% gives ~\300K; at 10\%, ~\450K. Small differences in rate, huge differences in outcome — that's the geometric-series doing its job.
#3 · Algebra·Easy
If and , what is ?
- A.
- B.
- C.
- D.
Solution
Inside out. First: . Then: .
Function composition: evaluate the innermost first. Easy to mess up if you confuse with — they generally differ. Here .
Get tomorrow's drop at 6am — and start tracking your streak.
Create an account