Probability - Poisson Random Variable

rooski
Messages
60
Reaction score
0

Homework Statement



A trial consists of tossing two dice. The result is counted as successful if the sum of the
outcomes is 12. What is the probability that the number of successes in 36 such trials is
greater than one? What is this probability if we approximate its value using the Poisson
random variable?

The Attempt at a Solution



So first we must calculate the probability that the dice will add up to 12. The only possible way for this to happen is if they are both showing a 6.

So multiplying the chances of a 6 showing up per dice we get 1/6 * 1/6, or 1/36. There is a 1/36 chance of seeing 12.

This is where i get confused. How do we calculate the probability that 36 trials will give us more than 1 event where the dices read 12? I'm also confused about the Poisson Random Variable part.
 
Physics news on Phys.org
The binomial distribution gives you the probabilities you're seeking. Start there.

In some cases, the binomial distribution is well approximated by the Poisson distribution, with λ=np. The second part of the problem wants you to calculate the same probability you did before using this approximation.
 
So the number of trials, n, is 36 and the probability of success, p, is 1/36, right?
 
Yup.
 
Ok i figured out the first part of the question - the probability of the trials having more than 1 success I am 36 trials is 0.2642 using the binomial distribution function.

How do i apply the poisson variable to this?
 
Look up how to approximate the binomial distribution using the Poisson distribution in your textbook.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top