This problem was proposed to me at a job interview. Suppose you want two dice, both with 6 faces. The first dice has faces with values in $\{1,2,3,4\}$, the other can take values in all $\mathbb N$. Well now we consider the classical random variable $Z = $ "sum of the values of the up faces after a roll". What values should I put on each faces of both dice if I wanted $Z$ to have the same probability distribution as if they were regular dice?
$ P (Z = 1) = 0, \,\, P(Z=2) = \frac{1}{36},\, \dots,\,P(Z = 12) = \frac{1}{36}, P(Z=13) = 0,\, \dots $
I tried working my way back from the extremes $Z = 12, Z = 2$, and for example you have to put only one 1 per dice, only one 4 on the first dice and only one 8 on the second and so on and so on, and maybe two "3" on the first, but I seem to run into problems for values around $Z=7$.
Hope the problem is clear as english is not my first language.