Solving Lottery Probability Question: (m t) >= 8.26E6

superwolf
Messages
179
Reaction score
0
Probability question

How do I solve

(m t) >= 8.26E6

?
 
Last edited:
Physics news on Phys.org
I guess that you can represent it by a Poisson since N is large. I think that a Binomial( 1.859E-7, 19million) would describe X more accurately.

If it were a binomial, then the expected value would be np = 19mil*1.859e-7. Your Poisson needs to have the same expected value, and since Poisson has only one parameter, lambda, which represents both the expected value and the variance, you know the answer.
 
Thanks, I solved it and changed the topic.
 
I don't understand the question
 


superwolf said:
How do I solve

(m t) >= 8.26E6

?

Without knowing what "(m, t)" means, I don't see how anyone can help!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top