Worksheet for how to Calculate Permutations nPr and Combination nCr

This worksheet help you to understand how to calculate Permutation nPr and Combination nCr for n different items or symbols.

Permutations:>Permutations where the repetitions are not allowed and the order is important; the number of permutation of n distinct things taken r at a time is written as nPr. The formula to calculate it is,
nPr = n!/(n-r)!

Example:
To find permutations for n = 5, r = 3
nPr = n!/(n-r)!
= 5! /(5-3)!
= 120/2!
= 60

Combination:
The Combination is a way of selecting several items or symbols out of a larger group, where order does not matter. The Combination represented by nCr and calculated from the below formula
nCr = n!/(r!(n-r)!)

Example:
To find combination for n = 5, r = 3
nCr = n!/(r!(n-r)!)
= 5! /( 3! (5-3)!)
= 120/(6*2)
=40

Difference between permutation & combination:
Where the repetition is not allow and combination is used for selecting several symbols for larger group and the order is not a matter but in permutation the order is important.

When you try such calculations on your own, this permutation & combination calculator can be used to verify your results of calculations.