Daily · 2026-05-10
Three problems · Combinatorics, Compound Interest, Logarithms
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
An airline cabin has 100 seats: 20 windows, 30 aisles, 50 middles. Of the 100 passengers, 20 strictly want a window, 30 strictly want an aisle, and 50 don't mind. How many seat assignments make every preference happy? (Assume passengers are distinguishable; only count the assignments.)
- A.
- B.
- C.
- D.
Solution
Each preference group must occupy its own seat type. Inside each group, passengers are distinguishable, so they can be permuted freely:
- The 20 window-seekers in the 20 window seats: ways
- The 30 aisle-seekers in the 30 aisle seats: ways
- The 50 don't-care passengers in the 50 middle seats: ways
The groups are independent, so multiply: .
- The 20 window-seekers in the 20 window seats: ways
- The 30 aisle-seekers in the 30 aisle seats: ways
- The 50 don't-care passengers in the 50 middle seats: ways
The groups are independent, so multiply: .
The everyday version of an assignment problem. With more nuanced preferences (Carol wants window OR middle but not aisle) this becomes a proper bipartite matching / Hungarian-algorithm question. Airlines really do solve this kind of problem — though with much messier preference data.
#2 · Compound Interest·Easy
A car loses 15\% of its value each year. After 4 years, what fraction of its original value remains?
- A.
- B.
- C.
- D.
Solution
Each year the value is multiplied by . After 4 years: .
Note: *not* . Compounding cuts the loss; you don't lose 60\%, you lose ~48\%.
Note: *not* . Compounding cuts the loss; you don't lose 60\%, you lose ~48\%.
Compounding works in both directions. Compounded gains grow faster than linear; compounded losses shrink faster than linear. Same math as the credit-card problem from May 7 — just with replaced by .
#3 · Logarithms·Medium
The Richter scale is logarithmic: a magnitude earthquake releases roughly units of energy. How many times more energy does a magnitude 8 earthquake release than a magnitude 6 earthquake?
- A.
- B.
- C.
- D.
Solution
Energy ratio: .
A 2-step jump on a base-10 log scale (with the 1.5× exponent factor) corresponds to a jump in actual energy.
A 2-step jump on a base-10 log scale (with the 1.5× exponent factor) corresponds to a jump in actual energy.
Why news reports about earthquakes feel so misleading. A 'magnitude 8' isn't 33\% bigger than a 'magnitude 6' — it's a thousand times more energy. Logarithmic scales compress huge ranges into small numbers, which is great for plotting and terrible for intuition.
Get tomorrow's drop at 6am — and start tracking your streak.
Create an account