Sheldon ross two sevens before 6 evens

  • Thread starter Thread starter mattclgn
  • Start date Start date
Click For Summary
SUMMARY

The probability of rolling two sevens before rolling six even numbers with a pair of fair dice can be calculated using the states of the game defined as (i, j), where i represents the number of sevens and j the number of evens rolled. The probabilities are defined as P(A) = 6/36 for rolling a seven, P(B) = 18/36 for rolling an even number, and P(C) = 1/3 for rolling neither. The solution involves summing the paths from the starting state (0,0) to the target states (2,j) for j ranging from 0 to 5, leading to the formula P(A) = (1/4)^2 * Σ(j+1)(3/4)^j.

PREREQUISITES
  • Understanding of probability theory and events
  • Familiarity with Markov processes and state transitions
  • Knowledge of geometric series and summation techniques
  • Basic skills in combinatorial counting methods
NEXT STEPS
  • Study Markov chains and their applications in probability problems
  • Learn about geometric series and their properties
  • Explore combinatorial counting methods for path enumeration
  • Review probability distributions related to discrete random variables
USEFUL FOR

Students studying probability theory, mathematicians interested in combinatorial problems, and anyone looking to deepen their understanding of stochastic processes and their applications in real-world scenarios.

mattclgn
Messages
19
Reaction score
0
There was a thread on this problem but It was closed and I am still having problems even having read it.

Homework Statement



In successive rolls of a pair of fair dice, what is the probability of getting 2
sevens before 6 even numbers?

Homework Equations



Let A, B and C be the events that you get a seven, and even number, or neither on a given roll,
respectively. Thus
P(A) = 6/36
P(B) = 18/36
P(C) = 1 − P(A) − P(B) = 1/3


The Attempt at a Solution



This had a solution http://www.math.duke.edu/~wka/math135/until.pdf
and there was one at this forum https://www.physicsforums.com/showthread.php?t=656455
but I could not fully understand the answers (doing an independent study to I do not have a teacher I can just ask)
UC davis had an answer that made a bit more sense https://www.math.ucdavis.edu/~gravner/MAT135A/hw4.pdf but still fell short of a coherent explanation.

I'll address my problem with that first.
I get why we subtract the first part from one. probability 6 evens 0 sevens plus probability 1 seven exactly multiplied by 6 evens ALL subtracted from one. But shouldn't that be .5^6 for both of them?

The duke one was even more troublesome
for this part = 1 P(A) + 0 P(B) + P(E0)P(C)
C should be 1/3* probability I roll j number of evens on the first roll given l neither evens nor 7 on the first roll?
Why do I treat it as though C is unknown and as though (E0lC)(C) is the same as E0

I was at a complete loss for the second
= 0 P(A) + P(Ej−1)P(B) + P(Ej )P(C)

why is P(Ej |even on the first roll)P(even on the first roll) equal to P(Ej−1)P(B)...so I factor out the first even?

what are the steps that take (1 − P(C))P(Ej ) = P(Ej−1)P(B)
to the next part? Why is it all to the j power? I think i might be missing some rules of Geometric series. Or something.
 
Physics news on Phys.org
mattclgn said:
There was a thread on this problem but It was closed and I am still having problems even having read it.

Homework Statement



In successive rolls of a pair of fair dice, what is the probability of getting 2
sevens before 6 even numbers?

Homework Equations



Let A, B and C be the events that you get a seven, and even number, or neither on a given roll,
respectively. Thus
P(A) = 6/36
P(B) = 18/36
P(C) = 1 − P(A) − P(B) = 1/3


The Attempt at a Solution



This had a solution http://www.math.duke.edu/~wka/math135/until.pdf
and there was one at this forum https://www.physicsforums.com/showthread.php?t=656455
but I could not fully understand the answers (doing an independent study to I do not have a teacher I can just ask)
UC davis had an answer that made a bit more sense https://www.math.ucdavis.edu/~gravner/MAT135A/hw4.pdf but still fell short of a coherent explanation.

I'll address my problem with that first.
I get why we subtract the first part from one. probability 6 evens 0 sevens plus probability 1 seven exactly multiplied by 6 evens ALL subtracted from one. But shouldn't that be .5^6 for both of them?

The duke one was even more troublesome
for this part = 1 P(A) + 0 P(B) + P(E0)P(C)
C should be 1/3* probability I roll j number of evens on the first roll given l neither evens nor 7 on the first roll?
Why do I treat it as though C is unknown and as though (E0lC)(C) is the same as E0

I was at a complete loss for the second
= 0 P(A) + P(Ej−1)P(B) + P(Ej )P(C)

why is P(Ej |even on the first roll)P(even on the first roll) equal to P(Ej−1)P(B)...so I factor out the first even?

what are the steps that take (1 − P(C))P(Ej ) = P(Ej−1)P(B)
to the next part? Why is it all to the j power? I think i might be missing some rules of Geometric series. Or something.

The answer in your Duke link is straightforward to get, but not using the argument in the link itself. It is much easier to proceed directly.

At some stage during the tossing procedure, we are in state (i,j), meaning that we already have accumulated i 7s and j evens. Another (relevant) toss takes us to either (i+1,j) (with probability q = 1/4) or to state (i,j+1) (with probability p = 3/4). We start at (0,0) and want to know the probability of reaching one of the states (2,j), 0 <= j <= 5. It is quite easy to count paths in this case: there are (j+1) distinct paths from (0,0) to (2,j), and each such path has probability q^2 * p^j. Therefore, the event A = {get 2 7s before 6 Es} has probability
P(A) = <br /> \sum_{j=0}^5 (j+1) q^2 p^j = (1/4)^2 \sum_{j=0}^5 (j+1)(3/4)^j
 

Similar threads

  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K