Find combinations without repetition using clear inputs and instant outputs. Review steps, tables, and exports. Built for quick checks, study practice, and accurate planning.
| Scenario | Population | Success States | Draws | Target Successes | Range | Probability |
|---|---|---|---|---|---|---|
| Cards drawing aces | 52 | 4 | 5 | 2 | Exactly | 0.039930 |
| Defective items sample | 100 | 8 | 10 | 1 | At least | 0.583752 |
| Committee selection | 12 | 5 | 4 | 2 | At most | 0.858586 |
The calculator uses combinations without order. It also uses the hypergeometric probability model for draws without replacement.
Combination:
C(n, r) = n! / (r! (n - r)!)
Exact probability without replacement:
P(X = x) = [C(K, x) × C(N - K, n - x)] / C(N, n)
Where:
N = total population
K = total success states
n = total draws
x = target successes
Direct probability:
P(Event) = Favorable combinations / Total combinations
At least and at most probabilities are calculated by summing valid exact probabilities across the required success range.
It calculates combinations and probabilities for selection problems. It supports direct event probability and sampling without replacement using combination-based formulas.
A combination counts selections where order does not matter. Choosing A, B, C is the same as choosing C, B, A.
Use it when each item can be drawn only once. Card draws, sampled products, and committee picks usually follow this rule.
Exactly means one precise success count. At least sums that count and above. At most sums that count and below.
Yes. It works well for cards, balls in urns, defect sampling, committee building, and other discrete selection problems.
Probability values are often small. Extra decimals help compare events accurately, especially when two outcomes look close.
The calculator checks input limits first. It shows an error when draws exceed population, favorable cases exceed totals, or target values are invalid.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.