PROJECT EULER · #0205
Dice Game
Peter has nine four-sided (pyramidal) dice, each with faces numbered
Colin has six six-sided (cubic) dice, each with faces numbered
Peter and Colin roll their dice and compare totals: the highest total wins. The result is a draw if the totals are equal.
What is the probability that Pyramidal Peter beats Cubic Colin? Give your answer rounded to seven decimal places in the form 0.abcdefg.
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.