Daily · 2026-05-06
Three problems · Probability, Geometry, Number Theory
One bite-sized math problem set for the day. Read the statement, think it through, then expand the solution to check your reasoning.
#1 · Probability·Medium
In a room of 23 people, what's the approximate probability that at least two share a birthday? (Assume 365 equally likely birthdays, no twins.)
- A.
- B.
- C.
- D.
Solution
Compute the complement — probability all 23 birthdays are distinct:
So , just over 50\%.
So , just over 50\%.
The 'birthday paradox' isn't a paradox — it's a counting result that violates intuition. With 23 people there are pairs, and each pair has a chance of matching. Pairs scale quadratically; people scale linearly.
#2 · Geometry·Easy
A square is inscribed in a circle of radius . What is the area of the square in terms of ?
- A.
- B.
- C.
- D.
Solution
The diagonal of the inscribed square equals the circle's diameter, . For a square with diagonal , the side length is , so the area is .
Here , so area .
Here , so area .
A two-line problem if you remember that a square's diagonal is times its side. The trick is recognizing that the inscribed-square's diagonal *is* the circle's diameter — which is true precisely because all four vertices lie on the circle.
#3 · Number Theory·Medium
What is the remainder when is divided by ?
- A.
- B.
- C.
- D.
Solution
Work modulo 5. Note , so .
Now look at powers of 2 mod 5: , , , . The cycle has length 4.
Since , .
Now look at powers of 2 mod 5: , , , . The cycle has length 4.
Since , .
Modular arithmetic turns 'compute a 100-digit number, then divide' into 'find a small cycle, then index into it'. This is exactly how RSA-style cryptography handles huge exponents — find Euler's totient, reduce modulo it, done.
Get tomorrow's drop at 6am — and start tracking your streak.
Create an account