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-08

Three problems · Geometry, 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 · Geometry·Medium
A right triangle has legs of length 3 and 4. What is the radius of its inscribed circle?
  1. A.11
  2. B.65\dfrac{6}{5}
  3. C.52\dfrac{5}{2}
  4. D.2\sqrt{2}
Solution
For any triangle, the inradius is r=A/sr = A / s, where AA is the area and ss is the semi-perimeter.

Hypotenuse: 32+42=5\sqrt{3^2 + 4^2} = 5. Area: 1234=6\dfrac{1}{2} \cdot 3 \cdot 4 = 6. Semi-perimeter: (3+4+5)/2=6(3 + 4 + 5)/2 = 6.

r=6/6=1r = 6 / 6 = 1.

For right triangles specifically there's also a shortcut: r=(a+bc)/2=(3+45)/2=1r = (a + b - c)/2 = (3 + 4 - 5)/2 = 1.
Two formulas, same answer. The general r=A/sr = A/s works for any triangle; the right-triangle shortcut r=(a+bc)/2r = (a+b-c)/2 is faster when applicable. The 3-4-5 triangle is special enough that you should expect a clean integer.
#2 · Compound Interest·Medium
You owe \10,000 on a loan at 6\% annual interest, compounded annually. You pay \2,000 at the end of each year. After how many years is the loan fully paid off (rounded up)?
  1. A.5 years
  2. B.6 years
  3. C.7 years
  4. D.10 years
Solution
Let BnB_n be the balance after the nn-th payment. B0=10000B_0 = 10000, and Bn=1.06Bn12000B_n = 1.06 \cdot B_{n-1} - 2000.

B1=106002000=8600B_1 = 10600 - 2000 = 8600
B2=91162000=7116B_2 = 9116 - 2000 = 7116
B3=7542.962000=5542.96B_3 = 7542.96 - 2000 = 5542.96
B4=5875.542000=3875.54B_4 = 5875.54 - 2000 = 3875.54
B5=4108.072000=2108.07B_5 = 4108.07 - 2000 = 2108.07
B6=2234.552000=234.55B_6 = 2234.55 - 2000 = 234.55

After year 6 there's only \234.55 left, so a 6th payment of \234.55 finishes it. Total: 6 years (the last payment is small).
The recursion Bn=(1+r)Bn1PB_n = (1+r) B_{n-1} - P is how every amortization schedule works under the hood. There's a closed-form using geometric-sum arithmetic, but for one-off questions stepping through year by year is faster than deriving the formula.
#3 · Algebra·Easy
Simplify: x29x26x+9\quad \dfrac{x^2 - 9}{x^2 - 6x + 9} for x3x \ne 3.
  1. A.x+3x3\dfrac{x + 3}{x - 3}
  2. B.x3x+3\dfrac{x - 3}{x + 3}
  3. C.x3x - 3
  4. D.1x3\dfrac{1}{x - 3}
Solution
Factor numerator and denominator:
x29x26x+9=(x3)(x+3)(x3)2\frac{x^2 - 9}{x^2 - 6x + 9} = \frac{(x-3)(x+3)}{(x-3)^2}


Cancel one factor of (x3)(x - 3) (valid since x3x \ne 3):
=x+3x3= \frac{x + 3}{x - 3}
Difference-of-squares on top, perfect-square trinomial on bottom. Two pattern recognitions, then one cancellation. The exclusion x3x \ne 3 matters because the original expression is undefined there even though the simplified one *almost* is.

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

Create an account