Re: Friday puzzle -- loaded dice
Larry Barrett
I think I see a way to get to the answer, though it looks tedious.
Start with just the two and three combinations (I will use the word, rather than the number, for the combination, so that the roll of each dice can be represented by the numbers 1,2,3,4,5,6) (and I will use dice to mean either one or both dies).
There is just one way to get a two: Roll a 1 with each dice (1,1).
There are two ways to get a three: (1,2) and (2,1).
So the problem is how to adjust the probabilities of the 1 and 2 on each dice so that the probability of a two and a three are equal.
Let the prob of rolling a 1 = a and the prob of rolling a 2 = b.
So a*2 = (ab + ba) and from this, a =2b.
So if prob 1=2/6 and prob 2=1/6, then a*2=2ab is (2/6)(2/6) = 2(2/6)(1/6), which is the result we want.
Now consider the two, three, and four combinations:
There is one way to get a two: (1,1)
There are two ways to get a three: (1,2) and (2,1)
There are three ways to get a four: (1,3), (2,2), (3,1)
So we now want to adjust the probabilities of the 1, 2, and 3 on each dice so that the probabilities of each combinations are equal.
Let the prob of a 1=a, the prob of a 2=b, and the prob of a 3=c.
So we want a*2 = 2ab = (2ac +b*2).
From the first equation we can see that a=2b.
Substituting for a in the second equation, we have 4b*2 = 4bc +b*2.
Thus, 3b*2 = 4bc, or 3b=4c.
So we now have b=(4/3)c and a=2b = (8/3)c.
If we let c = 1/6, then a = 8/18 and b = 4/18.
Substitute these back into the ways of getting each combination and we have
(8/18)(8/18) = ((8/18)(4/18)+(4/18)(8/18)) = ((8/18)(1/6)+(4/18)(4/18)+(1/6)(8/18)), and we can see that this results in the probabilities of each combination being equal.
It seems to me that this can be extended to the remaining combinations. Since there is symmetry, I think it only necessary to consider the combinations up to seven (rest left for later).