MathDB
ICMC 2019/20 Round 1, Problem 4

Source: Imperial College Mathematics Competition 2019/20 - Round 1

August 7, 2020
college contests

Problem Statement

Let n be a non-negative integer. Define the decimal digit product D(n)D(n) inductively as follows:
- If nn has a single decimal digit, then let D(n)=nD(n) = n.
- Otherwise let D(n)=D(m)D(n) = D(m), where mm is the product of the decimal digits of nn.
Let Pk(1)P_k(1) be the probability that D(i)=1D(i) = 1 where ii is chosen uniformly randomly from the set of integers between 1 and kk (inclusive) whose decimal digit products are not 0.
Compute limkPk(1)\displaystyle\lim_{k\to\infty} P_k(1).
proposed by the ICMC Problem Committee