
For example, given that we have 5 different colored marbles (blue, green, red, yellow, and purple), if we choose 2 marbles at a time, once we pick the blue marble, the next marble cannot be blue. We can confirm this by listing all the possibilities: 11įor permutations without repetition, we need to reduce the number of objects that we can choose from the set each time. For example, given the set of numbers, 1, 2, and 3, how many ways can we choose two numbers? P(n, r) = P(3, 2) = 3 2 = 9. Where n is the number of distinct objects in a set, and r is the number of objects chosen from set n. When a permutation can repeat, we just need to raise n to the power of however many objects from n we are choosing, so

Like combinations, there are two types of permutations: permutations with repetition, and permutations without repetition. Permutations can be denoted in a number of ways: nP r, nP r, P(n, r), and more. In cases where the order doesn't matter, we call it a combination instead. To unlock a phone using a passcode, it is necessary to enter the exact combination of letters, numbers, symbols, etc., in an exact order. Another example of a permutation we encounter in our everyday lives is a passcode or password.

A phone number is an example of a ten number permutation it is drawn from the set of the integers 0-9, and the order in which they are arranged in matters. Home / probability and statistics / inferential statistics / permutation PermutationĪ permutation refers to a selection of objects from a set of objects in which order matters.
