numbers

marcus

Member
If someone can help me, is there any site that has all the 6 /49 numbers like all the probabilites
and if for example i need to chose 18 or 20 numbers out of 49 how can i get all the probabilites , is there any excel formula for that
Thank you
 

johnph77

Member
I would doubt if you'd find any site listing all the probabilities in a 6/49 lottery - the disk space required would be too great. In simple text file form, that listing requires about 382Mb with line numbers, 259Mb without.

Raw formulas and possibilities for any lottery matrix can be found here.

Non-commercial, nothing to sell, for informational purposes only.
 

marcus

Member
Ok do you know the fromula on excel for all the combinations and probabilites if i chose 20 numbers out of 49
 

johnph77

Member
marcus said:
Ok do you know the fromula on excel for all the combinations and probabilites if i chose 20 numbers out of 49
=COMBIN(49,20)

That will yield a number with 14 digits.

The Excel formula for determining the total possibilities of 6 in 49 is:


=COMBIN(49,6)
 

Sidebar

Top