Permutation Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
How many 44-digit PIN codes can be formed using the digits {1,2,3,4,5,6}\{1,2,3,4,5,6\} if no digit may be repeated?

Solution

  1. 1
    This is a permutation of 44 items from 66: P(6,4)=6!2!=7202=360P(6,4) = \frac{6!}{2!} = \frac{720}{2} = 360.
  2. 2
    Alternatively: 6ร—5ร—4ร—3=3606 \times 5 \times 4 \times 3 = 360.

Answer

360360
Since the order of digits in a PIN matters and repetition is not allowed, this is a straightforward permutation problem.

About Permutation

A permutation is an ordered arrangement of objects โ€” the number of ways to choose and order rr items from nn distinct items is P(n,r)=n!(nโˆ’r)!P(n,r) = \frac{n!}{(n-r)!}.

Learn more about Permutation โ†’

More Permutation Examples