I've decided that rolling cube-shaped dice is too old-fashioned, and have instead painted the numbers 1 to 6 evenly around a wheel. Every time a dice roll is required I toss a coin. If it lands on heads, I turn the wheel one-sixth of a turn clockwise, if it lands on tails, I turn the wheel one-sixth of a turn anticlockwise. I then call out the number at the top. This gives me a fun and useful random number generator. Before commencing I will give the wheel a good spin so the number I start from will be random.
What is the average number of turns it will take to produce a 6?
EDIT (for clarity): Each turn consists of a coin toss followed by 1/6 rotation depending on the coin toss. The spin happens only once, before we start making turns, to give us a random starting point. The result of the spin doesn't count as a turn in itself, so if the spin lands on 6 we haven't done a 6 in zero turns.
Question
Guest
I've decided that rolling cube-shaped dice is too old-fashioned, and have instead painted the numbers 1 to 6 evenly around a wheel. Every time a dice roll is required I toss a coin. If it lands on heads, I turn the wheel one-sixth of a turn clockwise, if it lands on tails, I turn the wheel one-sixth of a turn anticlockwise. I then call out the number at the top. This gives me a fun and useful random number generator. Before commencing I will give the wheel a good spin so the number I start from will be random.
What is the average number of turns it will take to produce a 6?
EDIT (for clarity): Each turn consists of a coin toss followed by 1/6 rotation depending on the coin toss. The spin happens only once, before we start making turns, to give us a random starting point. The result of the spin doesn't count as a turn in itself, so if the spin lands on 6 we haven't done a 6 in zero turns.
Link to comment
Share on other sites
39 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.