We want to draw kk objects from an urn of nn. Depending on the type of “slips” and on whether repetition is allowed, four fundamental formulae are obtained.

Property — The four slip formulae

at most oncemore than once (with repetition)
numbered slipsn!(nk)!\dfrac{n!}{(n-k)!}nkn^k
blank slips(nk)=n!k!(nk)!\dbinom{n}{k} = \dfrac{n!}{k!\,(n-k)!}(n+k1k)\dbinom{n+k-1}{k}

The formulae take traditional names:

  • n!(nk)!\dfrac{n!}{(n-k)!} = simple arrangements of nn objects in kk places;
  • nkn^k = arrangements with repetition;
  • (nk)\dbinom{n}{k} = simple combinations (the famous “binomial coefficient”);
  • (n+k1k)\dbinom{n+k-1}{k} = combinations with repetition (the “ice-cream formula”: how many cups can be made with kk scoops chosen among nn flavours, being allowed to repeat the flavours).

The special case of permutations is obtained by taking k=nk=n in the simple arrangements: n!(nn)!=n!0!=n!\dfrac{n!}{(n-n)!} = \dfrac{n!}{0!} = n!.

Topics: Combinatorics
Concepts: Binomial coefficient · Combinations · Arrangements · Permutations
Methods: Combinations with repetition · Simple combinations · Arrangements with repetition · Simple arrangements · Slips table
Skills: Combinatorial calculus · Using formulae