A woman works at a lottery ball factory. She's instructed to create lottery balls, starting from number 1, using the following steps:
- Open lottery ball package and remove red rubber ball.
- Using two strips of digit stickers (0 through 9), create the current number by pasting the digits on the ball.
- Digits not used in this way are put in a bowl where she may fish for other digits if she's missing some later.
- Proceed to the next ball, incrementing the number by one.
The lottery ball problem is, at what number will she arrive at before she's out of digits (granted, it's a large number, so assume these are basketball-sized rubber balls)?
My question is not so much the solution as it is how to go about solving for this number? It seems evident that the first digit she'll run out of will be 1, since that's the number she starts with, however beyond that I wouldn't know how to go about determining that number. Any clues that could push me in the right direction would be greatly appreciated.