- #1
dot_binary
- 6
- 0
I have a small mathematical game. A random number with uniform distribution between 1 and 10 is drawn, the player must guess any number except the the one drawn.The method I have found is by selecting the same number for every draw, the player will win 9 times out of 10. My question is , is there a better method of playing,lets say the player wins 29 times out of 30, that is a ratio of 9.66 out of 10?