Puzzles

This section contains some interesting math puzzles.

10-digit Number Puzzle

Tags: Jane Street, Trader, 18Q4

There is a 10-digit number. From left to right, the first digit equals the number of 0’s in that number, the second digit equals the number of 1’s in that number, and so on. What is this number?

Trailing zeros in \(n\) factorial

Find the number of trailing zeros in \(n!\).

Random Points on a common Semi-circle

We randomly distribute \(n\) points on the circumference of a circle. What is the probability that they will all fall in a common semi-circle?

Related problems

  • Equivalent problems

    • Randomly distribute \(n\) points inside a circle. What is the probability that they will all fall in a common semi-circle?

  • Complementary problems

    • Randomly distribute \(n\) points on the circumference of a circle. Draw a polygon whose vertices are these \(n\) points. What is the probability that the center of the circle is inside this? (Hint: A polygon covers the center iff all the vertices are NOT on a common semi-ciecle.)

    • If you break a stick at two points chosen uniformly, what’s the probability the three resulting sticks form a triangle? (Hint: connect the two ends of the stick to form a circle, and break it at three random points. A triangle is feasible iff no stick is longer than 1/2, i.e. three points are NOT on a common semi-circle)

  • Extension

    • What’s the probability that the origin 0 is not in the convex hull of \(n\) random points in \(\mathbb{R} ^{d}\)? See here.

Clocks

Hands Overlap

How many times a day do a clock’s hands overlap?

Hands in a Common Semi-circle

What’s the probability that all three hands are in a common semi-circle?

Hands are \(120^{\circ}\) Apart

What time is it when all three hands are \(120^{\circ}\) apart?

Circle Chasing