Combination and Permutation Formulas:
From: | To: |
Combinations and permutations are mathematical concepts used to count arrangements of items. Permutations (P) consider order important, while combinations (C) do not.
The calculator uses the factorial formulas:
Where:
Explanation: Permutations count ordered arrangements, while combinations count unordered groups.
Key Difference: For the same n and r, P will always be larger than or equal to C because order matters in permutations. Example: ABC and BAC are different permutations but the same combination.
Tips: Enter positive integers where n ≥ r. The calculator will compute both permutation and combination counts. Values up to n=170 can be calculated accurately.
Q1: When should I use permutation vs combination?
A: Use permutation when order matters (e.g., race rankings). Use combination when order doesn't matter (e.g., lottery numbers).
Q2: What if n = r?
A: P(n,n) = n! (all possible orderings). C(n,n) = 1 (only one way to choose all items).
Q3: What's the largest n this calculator can handle?
A: Up to n=170 before factorial values exceed floating point limits.
Q4: What about repetition?
A: This calculator assumes no repetition. Different formulas apply when items can be repeated.
Q5: Are there real-world applications?
A: Yes! Used in probability, statistics, cryptography, game theory, and anywhere counting arrangements is needed.