A permutation is an arrangement of objects where order matters. It answers the question: "In how many ways can we arrange a subset of items from a larger set?"
The formula for permutations is:
\[P(n,r) = \frac{n!}{(n-r)!}\]
Where:
To calculate a permutation:
Let's calculate 5P3 (permutation of 5 items taken 3 at a time)
\[P(5,3) = \frac{5!}{(5-3)!} = \frac{5!}{2!} = \frac{5 \times 4 \times 3 \times 2!}{2!} = 5 \times 4 \times 3 = 60\]
This diagram illustrates the calculation of 5P3, showing how we arrange 3 items from a set of 5.
We can create a free, personalized calculator just for you!
Contact us and let's bring your idea to life.