A daily ritual for math-brained humans. One fresh quiz drops every morning at 6am — three problems, sized for a coffee break.

Back to posts

Daily · 2026-05-04

Three problems · Compound Interest, Logarithms, Quadratic Equations

One bite-sized math problem set for the day. Read the statement, think it through, then expand the solution to check your reasoning.

#1 · Compound Interest·Easy
You deposit \$1,000 in an account paying 5% annual interest, compounded yearly. How much is in the account after 3 years?
  1. A.\$1,150.00
  2. B.\$1,157.63
  3. C.\$1,500.00
  4. D.\$1,050.00
Solution
Compound interest: A = P(1 + r)^t = 1000 \cdot (1.05)^3 = 1000 \cdot 1.157625 = \1{,}157.63.

Note how each year's interest is calculated on the previous year's balance, not the original principal — that's why compounding beats simple interest by ~\
7.63 over three years here.
The everyday version of A=P(1+r)tA = P(1+r)^t. Most people instinctively compute P+PrtP + Prt (simple interest, \1,150) and stop. The \7.63 gap is the entire idea of compounding — small in three years, devastating in thirty.
#2 · Logarithms·Easy
What is the value of log232log24\log_2 32 - \log_2 4?
  1. A.33
  2. B.88
  3. C.2828
  4. D.log228\log_2 28
Solution
Using the quotient rule: log232log24=log2324=log28=3\log_2 32 - \log_2 4 = \log_2 \dfrac{32}{4} = \log_2 8 = 3 (since 23=82^3 = 8).

Alternatively, evaluate each term: log232=5\log_2 32 = 5, log24=2\log_2 4 = 2, so 52=35 - 2 = 3.
Two routes to the same answer. The quotient rule is mechanical; evaluating each term is concrete. Doing it both ways is how the rule stops being a black box.
#3 · Quadratic Equations·Medium
Find the sum of the roots of x27x+12=0x^2 - 7x + 12 = 0.
  1. A.33
  2. B.44
  3. C.77
  4. D.1212
Solution
By Vieta's formulas, for x2+bx+c=0x^2 + bx + c = 0 the sum of the roots is b-b. Here b=7b = -7, so the sum is 77.

Verification by factoring: x27x+12=(x3)(x4)x^2 - 7x + 12 = (x - 3)(x - 4), so the roots are 33 and 44, summing to 77.
Vieta's formulas turn root-questions into coefficient-arithmetic — no need to actually solve the equation. For a contest setting, this is the difference between 10 seconds and 60 seconds.

Get tomorrow's drop at 6am — and start tracking your streak.

Create an account