Suppose I have 2520 coins, each with a value of 1.
I can easily make N piles of coins with each pile
having the same value, for N=2,3,4,5,6,7,8,9,10.
You may make a set of coins of any positive integer
denominations you would like as long as the total
value of all the coins is 2520. What is the
minimum number of coins you could make this way
such that you could split the coins into N equal-
valued piles for each integer N from 2 to 10?
For example, I can make 2269 coins which can
satisfy the piles criteria as stated above:
2268 coins each having a value of 1, and one
coin having a value of 252. But 2269 coins
is unlikely to be minimal. By the way, 252
is the largest value a coin can be, otherwise
10 equal piles can't be made.
I don't know the answer to this puzzle. I figured
that I'd put it out on the Den and see what a bunch
of good, imaginative puzzle-solvers can do with it!