Daily · 2026-05-05
Three problems · Combinatorics, Compound Interest, Exponential Functions
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 airplane row has 3 seats: window, middle, aisle. You're seating 3 people: Alice prefers the window, Bob prefers the aisle, Carol has no preference. In how many of the possible orderings is everyone happy (i.e., neither Alice nor Bob ends up away from their preferred seat)?
- A.
- B.
- C.
- D.
Solution
Alice must take the window seat (1 way). Bob must take the aisle seat (1 way). Carol takes the middle (1 way). Only ordering satisfies both preferences.
More generally — when each person's preference is for a distinct seat, only the permutation that matches preferences exactly is 'fully happy'.
More generally — when each person's preference is for a distinct seat, only the permutation that matches preferences exactly is 'fully happy'.
A toy version of a real airline-software problem: assigning seats to optimize stated preferences. With more seats and more passengers it becomes a classic bipartite matching problem.
#2 · Compound Interest·Medium
How long, in years, does it take for an investment to double at 7% annual interest, compounded annually? (Use the closest answer.)
- A.About 7 years
- B.About 10 years
- C.About 14 years
- D.About 70 years
Solution
We need such that , i.e. years.
The banker's shortcut: the Rule of 72 — divide 72 by the interest rate. . Quick, accurate enough.
The banker's shortcut: the Rule of 72 — divide 72 by the interest rate. . Quick, accurate enough.
The Rule of 72 is one of the most useful pieces of finance math you can carry around. It's a logarithm in disguise — , and dividing by a small behaves close enough to dividing by when is small.
#3 · Exponential Functions·Hard
Solve for : .
- A.
- B.
- C.
- D.
Solution
Take of both sides: .
Expand: .
Collect : .
So .
Expand: .
Collect : .
So .
Whenever the unknown is in two different exponential bases, both sides and turn it into a linear equation in . The answer is dimensionally a logarithm, but it's a single real number — about 1.71 here.
Get tomorrow's drop at 6am — and start tracking your streak.
Create an account