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?
- A.
- B.
- C.
- D.
Solution
For any triangle, the inradius is , where is the area and is the semi-perimeter.
Hypotenuse: . Area: . Semi-perimeter: .
.
For right triangles specifically there's also a shortcut: .
Hypotenuse: . Area: . Semi-perimeter: .
.
For right triangles specifically there's also a shortcut: .
Two formulas, same answer. The general works for any triangle; the right-triangle shortcut 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)?
- A.5 years
- B.6 years
- C.7 years
- D.10 years
Solution
Let be the balance after the -th payment. , and .
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).
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 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: for .
- A.
- B.
- C.
- D.
Solution
Factor numerator and denominator:
Cancel one factor of (valid since ):
Cancel one factor of (valid since ):
Difference-of-squares on top, perfect-square trinomial on bottom. Two pattern recognitions, then one cancellation. The exclusion 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