All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Probability
Decimal Dice (Posted on 2023-12-03) Difficulty: 3 of 5
The DeciMate encryption scheme requires a sequence of true random decimal digits.

The sequence will be hand-generated by throwing a set of dice to determine each digit.
The dice are perfect cubes with 6 blank faces.
Any number or symbol can be written on each face.

Design such a set of dice so that each sum 0 through 9 has exactly the same probability.

** 6 cannot be used as a 9 by turning it upside down.

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Another type of solution Comment 2 of 2 |
one way (same as Jer's solution)
1st die has:  0,1,2,3,4, "reroll this die"
2nd die has:  0,0,0,5,5,5
1.2 rolls (of the first die) is the expected number of rolls to get a definitive number 0 to 9.

another way
1st die has:  12,9,6,3,0,-3 
2nd die has:  -2,-1,0,1,2,3
Sum the 2 dice.  16 of 36 times, the sum will be less than 0 or more than 9.
But each sum 0 through 9 will come up 2/36 times.  
Thus, outcomes 0 through 9 are equally likely.

If you don't get 0 to 9, reroll both dice.
1.8 rolls is the expected number of rolls to get a definitive number 0 to 9.
The specific numbers on the dice for this second way are not unique; there are probably many solutions of this type.

  Posted by Larry on 2023-12-03 19:00:59
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (4)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (15)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information