Mins
- 16
- 0
How can I calculate the probability of 2 same numbers being right next to each other, when 100 random numbers chosen from '1,2,3... 6' form a line?
The discussion revolves around calculating the probability of identical numbers appearing consecutively in a sequence of randomly chosen numbers from the set {1, 2, 3, 4, 5, 6}. The scope includes theoretical probability calculations and the exploration of methods to determine occurrences of multiple pairs of identical numbers in a line.
Participants express differing views on what constitutes a "set" of identical numbers, and there is no consensus on the method for calculating the probability of multiple sets appearing in a sequence.
Participants have not fully defined the parameters for what constitutes a "set" or how to approach the calculation for multiple sets, leading to uncertainty in the proposed methods.
CRGreathouse said:This is easier if you calculate 1-S, which is 5/6 with two dice and (5/6)^2 for three dice.
Mins said:How can you calculate the probability of 'n' pairs of same numbers being right next to each other?
CRGreathouse said:I'm not sure what you mean, give an example.
Mins said:What I want to find out is the probability of not just only one, but 2 or more sets(2 same numbers being right next to each other) appearing in a line.
First one has one "set"(I defined the word, think you should know).Does 1112345 count as having two "sets"? Does 1111234?