From Newsgroup: rec.puzzles
On 15/02/2026 11:00, David Entwistle wrote:
On Sun, 15 Feb 2026 10:50:13 -0000 (UTC), David Entwistle wrote:
I got my answer the long way - is there a better way?
Possibly interesting to have a guess before working on the solution. My
guess was somewhat better than AI's "solution".
I couldn't see any simplification that gave me a solid reasoning for a definite answer. Clearly the
counts for lower numbers of dice are going to be scaled up relative to using higher numbers of dice.
Hmm, what I mean can be seen with how many "ways" there are to make a total of 1 vs a total of 36:
- to get total 1, we must first roll 1, then roll 1.
- to get total 36, we must roll 6 on all 7 rolls.
So at first we might think they both have one way to make them - but that ignores how likely those
"ways" are! To level things up,We can imagine we always make 7 rolls, but only total up the number
of subsequent dice dictated by the first roll. So now we have 6^7 = 279936 outcomes for the 7 dice
rolls, all equally likely, and those are the "ways" we should be counting. Revising the above
"ways" of making 1 vs 36:
- to get total 1, we must first roll 1, then roll 1, then any of 6 outcomes for rolls 3,4,5,6,7.
- to get total 36, we must roll 6 on all 7 rolls.
So in fact there are 6^5 = 7776 ways to make 1, but only 1 to make 36.
So there is a heavy weighting applied towards the number of ways of making a total using fewer dice.
But that was all I could see, so I guessed maybe the most likely total [equating with "most number
of ways of making that total"] might be around 10.
I still have no mathematical closed form solution for the problem, but a computer calculation for
the number of ways for each total (assuming I've not messed up) is:
#ways for total 1 : 7776
#ways for total 2 : 9072
#ways for total 3 : 10584
#ways for total 4 : 12348
#ways for total 5 : 14406
#ways for total 6 : 16807
#ways for total 7 : 11832
#ways for total 8 : 12507
#ways for total 9 : 13076
#ways for total 10 : 13482
#ways for total 11 : 13650
#ways for total 12 : 13482
#ways for total 13 : 12852
#ways for total 14 : 12897
#ways for total 15 : 12772
#ways for total 16 : 12453
#ways for total 17 : 11928
#ways for total 18 : 11207
#ways for total 19 : 10332
#ways for total 20 : 9387
#ways for total 21 : 8292
#ways for total 22 : 7101
#ways for total 23 : 5880
#ways for total 24 : 4697
#ways for total 25 : 3612
#ways for total 26 : 2667
#ways for total 27 : 1876
#ways for total 28 : 1251
#ways for total 29 : 786
#ways for total 30 : 462
#ways for total 31 : 252
#ways for total 32 : 126
#ways for total 33 : 56
#ways for total 34 : 21
#ways for total 35 : 6
#ways for total 36 : 1
------------------ ---------
sum of totals above : 279936
and indeed 279936 = 6x6x6x6x6x6x6, which gives me some confidence!
So the most likely total is 6, with probability 16807/279936 = 0.0600387...
A graph for the above shows a general pattern of a rise then a falling off as the target total
increases, which seems intuitive, but the falling off is not completely smooth - e.g. the peak is
for total=6 after which there's a considerable drop for total 7, but totals for 8, 9, 10 and 11 are
increasing again!
Regards,
Mike.
--- Synchronet 3.21b-Linux NewsLink 1.2