Lottery Combination Calculator
Calculate C(n,k) combinations for any lottery game
Enter Your Lottery Parameters
How many total numbers are in the game?
How many numbers do you need to pick?
If the game also requires choosing a separate special ball (like Powerball, Mega Ball), include the number of choices here. The final combinations will be C(n,k) × m.
Results
Total Combinations: --
Your Odds: --
Formula: C(n,k) = n! / (k! × (n-k)!)
Popular Lottery Games
How Lottery Combinations Work
Lottery combinations are calculated using the mathematical formula C(n,k), which represents the number of ways to choose k items from n total items without regard to order.
C(n,k) = n! / (k! × (n-k)!)
Where:
- n = total numbers available (the pool)
- k = numbers you need to pick
- ! = factorial (n! = n × (n-1) × (n-2) × ... × 1)
Examples:
- Powerball: C(69,5) = 11,238,513 combinations (× 26 for the Powerball gives 292,201,338 unique tickets)
- Mega Millions: C(70,5) = 12,103,014 combinations
- Pick 3: C(10,3) = 120 combinations