Permutation Calculator

Calculate permutations and combinations.

Permutation P(n,r)

720

Combination C(n,r)

120

Permutation vs Combination

P(n,r) by r

Permutation P(n,r)

rP(n,r)C(n,r)
011
11010
29045
3720120
45,040210
530,240252
6151,200210
7604,800120
81,814,40045
93,628,80010
103,628,8001

Understanding Permutation

The permutation and combination calculator computes the number of ways to arrange or select items from a collection, essential tools in probability, statistics, and discrete mathematics. Permutations count arrangements where order matters, while combinations count selections where order does not matter. Understanding the difference is crucial because they produce very different results for the same inputs. For example, the number of ways to arrange five books on a shelf is one hundred twenty permutations, but if you only care about which three books to choose from five regardless of order, there are just ten combinations. This calculator handles both calculations with clear notation: nPr for permutations and nCr for combinations. Enter the total number of items and the number being selected to get instant results. The calculator also provides the formulas and step-by-step explanations so you can understand the mathematical reasoning behind the answers. These calculations appear everywhere from lottery probability to committee selection, password combinations to scheduling problems, scientific sampling to quality assurance testing. Use this free calculator for probability homework, statistical analysis, game theory, or any situation where you need to count arrangements or selections. The clear presentation makes these sometimes confusing concepts accessible and easy to verify.

Practical Example

P(n,r) = n! / (n−r)!. C(n,r) = n! / (r! × (n−r)!). Where n! = factorial of n. Order matters for permutations, not for combinations.

Frequently Asked Questions

What is a permutation?

A permutation is an ordered arrangement of objects — order matters, unlike combinations.

How is nPr calculated?

P(n,r) = n! ÷ (n−r)! — the number of ways to choose r items in order from n total.

How are permutations different from combinations?

Permutations count ordered arrangements; combinations count unordered selections, so combinations equal permutations divided by r!.

What if I get a different answer when calculating manually?

First check your order of operations (PEMDAS/BODMAS), then verify your units are consistent. Common errors include rounding too early, sign mistakes, and incorrect formula application. Use this calculator to verify each step of your work.

Are there shortcuts or mental math tricks?

Yes! Many mathematical operations have estimation shortcuts. For example, squaring numbers ending in 5, using the distributive property, or applying benchmark fractions. While shortcuts help with estimates, always use exact calculations for important work.

Disclaimer: This calculator provides estimates for informational purposes only. Actual results may vary. Consult a qualified professional for personalized advice.

Comments