3 in a row probability problem

In summary: If you subtract this from the total number of sequences, it will give you the number with at least one run of three or more zeroes. Then you can calculate the probability.In summary, the probability of getting at least one set of 3 or more zeroes in a row in a set of 10 randomly generated numbers is 1 - (9^10 - 8^10 - 7^10 - 6^10 - 5^10 - 4^10 - 3^10 - 2^10 - 1^10) / 10^10, or approximately 0.5121.
  • #1
zmalone
10
0
What would the probability be of 10 randomly generated numbers producing exactly 3 0s in a row at any point in the 10 entries?

Ex:
1. 5
2. 0
3. 0
4. 0
5. 9
6. 8
7. 1
8. 0
9. 8
10. 2

Using a binomial distribution to find the probability of any 3 out of 10 I got:

1/10 chance of getting zero = p(0) = 0.1

P(X = 3) = (10 C 3) * 0.1^3 * (1-0.1)^(10-3) = .057395

This does not take into consideration the idea of 3 in a row though so my next idea was just to simply take the 1/10 odds and cube them to find the odds of getting 3 in a row as 1/1000.

From there, I added the 1/1000 probablilities 8 times assuming random 1-3, 2-4, 3,-5, 4-6, 5-7, 6-8, 7-9, and 8-10 all had a 1/1000 probability.

Adding these 8 "clusters" would result in the probability of 8/1000.

Another idea was using these 8 clusters in place of the 10 choose 3 in the binomial dist.:

P(X = 3) = 8 * 0.1^3 * (1-0.1)^(10-3) = .00382637


PS this is for the prob. of EXACTLY 3 zeros out of 10 numbers being in a row, my next task is to find prob of AT LEAST 3


Kind of confused on which route to take, any help is appreciated. Thank you!
 
Physics news on Phys.org
  • #2
zmalone said:
What would the probability be of 10 randomly generated numbers producing exactly 3 0s in a row at any point in the 10 entries?

Ex:
1. 5
2. 0
3. 0
4. 0
5. 9
6. 8
7. 1
8. 0
9. 8
10. 2

Using a binomial distribution to find the probability of any 3 out of 10 I got:

1/10 chance of getting zero = p(0) = 0.1

P(X = 3) = (10 C 3) * 0.1^3 * (1-0.1)^(10-3) = .057395

This does not take into consideration the idea of 3 in a row though so my next idea was just to simply take the 1/10 odds and cube them to find the odds of getting 3 in a row as 1/1000.

From there, I added the 1/1000 probablilities 8 times assuming random 1-3, 2-4, 3,-5, 4-6, 5-7, 6-8, 7-9, and 8-10 all had a 1/1000 probability.

Adding these 8 "clusters" would result in the probability of 8/1000.

Another idea was using these 8 clusters in place of the 10 choose 3 in the binomial dist.:

P(X = 3) = 8 * 0.1^3 * (1-0.1)^(10-3) = .00382637


PS this is for the prob. of EXACTLY 3 zeros out of 10 numbers being in a row, my next task is to find prob of AT LEAST 3


Kind of confused on which route to take, any help is appreciated. Thank you!

Do you mean exactly 3 0s in a row just once, or could it occur twice, as in 0001100011?
 
  • #3
If we are talking about exactly three zeros in a row (no more), your answer of 8/1000 includes 0000000000 8 times (and is incorrect in other ways). I presume that the all zeroes solution is invalid because there are more than 3 in a row.

Also, just to be sure, I understand that 0000234098 is an invalid result (4 zeros in a row), but 0002342000 is a valid result (three in a row, even though there are zeros elsewhere). Is this correct?
 
  • #4
What about sequences like 0001234000? Do those count? Your second approach looks promising, but it doesn't account for the possibility of multiple runs of 0s.

When I feel confused about probability problems (which is quite often), I try to see if I can reproduce an answer using a different method. For example, another way to look at what you did in the second approach is simply as a counting exercise. First, what's the size of the sample space? Then figure out how many combinations are there of the form 000xxxxxxx, of the form x000xxxxxx, and so on, where you don't care what each x represents. Add up the number of combinations and divide by the size of the sample space to get the probability. You should be able to convince yourself that it works out to 8/1000. However, this method over-counts sequences like 000xxxx000 — you'd count it once as 000xxxxxxx and again as xxxxxxx000. It also allows for sequences like 0000xxxxxx, which you shouldn't be counting. So perhaps your second approach isn't so promising.

Your first approach is wrong for the reason you already stated.
 
  • #5
To redefine the problem more clearly, multiple runs of 3 zeroes are fine (0001234000) and more than 3 zeroes is fine too (1340000023).

So essentially the question is what is the probability of getting AT LEAST 1 set of 3 or more zeroes in a row, anywhere in the set of 10 randomly generated numbers.
 
  • #6
One approach would be to count the ways you can have three zeros, and divide it by the total number of possibilities. The first term is easy to find the number of solutions for (000XXXXXXX gives 10^7 solutions). The next term, you have to move over one for X000XXXXXX, but you have to make sure you don't double count any of the ways from the previous term.

You also could take the number of solutions at each position, and subtract duplicates, and divide the result by the total number of possibilities.
 
  • #7
zmalone said:
To redefine the problem more clearly, multiple runs of 3 zeroes are fine (0001234000) and more than 3 zeroes is fine too (1340000023).

So essentially the question is what is the probability of getting AT LEAST 1 set of 3 or more zeroes in a row, anywhere in the set of 10 randomly generated numbers.

It might be easier to count the cases where there are not 3 in a row. How many such with no zeroes, one zero, two zeroes, ... six zeroes.
 

Related to 3 in a row probability problem

1. What is a "3 in a row probability problem"?

A "3 in a row probability problem" is a mathematical problem that involves determining the likelihood of a specific outcome occurring three times in a row. This type of problem is often used in statistics and probability to predict the likelihood of a certain event happening multiple times in a row.

2. How do you calculate the probability of a "3 in a row" occurrence?

The probability of a "3 in a row" occurrence can be calculated by multiplying the individual probabilities of each event happening. For example, if the probability of event A happening is 0.5 and the probability of event B happening is 0.3, the probability of both events happening in a row is 0.5 x 0.3 = 0.15.

3. What factors can affect the probability of a "3 in a row" occurrence?

The probability of a "3 in a row" occurrence can be affected by various factors, such as the number of possible outcomes, the sample size, and the independence of the events. Additionally, the probability can be influenced by external factors, such as random chance or human error.

4. Can the probability of a "3 in a row" occurrence be greater than 1?

No, the probability of an event cannot be greater than 1. A probability of 1 means that the event is certain to occur, while a probability of 0 means that the event is impossible. Therefore, the probability of a "3 in a row" occurrence must always be between 0 and 1.

5. How can "3 in a row" probabilities be applied in real-life scenarios?

"3 in a row" probabilities can be applied in various real-life scenarios, such as predicting the likelihood of a sports team winning three consecutive games or the chance of a specific medical treatment being successful three times in a row. These probabilities can also be used in decision-making processes, risk assessment, and predicting future outcomes.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
660
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
471
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
16
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
717
  • Calculus and Beyond Homework Help
Replies
2
Views
620
Back
Top