The Multiplication Principle

The Multiplication Principle for Counting Procedures

If a sequence can be described as a sequence of n independent steps, with i1 possible outcomes for the first step, i2 possible outcomes for the second step, , and in possible outcomes for the nth step, then the total number of composite outcomes of the procedure is i1i2in


A sequential counting procedure is one that satisfies the following three properties:

  1. The steps are ordered, i.e. any two sequences of different outcomes represent distinguishable composite outcomes
  2. The steps are independent, i.e. the number of outcomes of one step is not affected by the outcomes of the preceding steps
  3. The steps are complete, i.e. each composite outcome consists of a complete sequence of individual outcomes, one for each step
Example

A binary sequence is a sequence whose elements come from the set {0,1}. For example, 100110 is a binary sequence of length 6

  1. How many binary sequences of length 5 are there?
  2. How many binary sequences of length 5 begin with 101?

Part 1:
Each step i has 2 possible outcomes {0,1}
n=5
The total number of composite outcomes, r=1nir, is 25
Part 2:
i1,i2,i3 all have one option, making 101
The steps i4,i5 choose from {0,1}
n=5
r=1nir=r=45ir=22