Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Factorials are a compact way to multiply a whole number by every positive whole number below it. They appear whenever order matters, such as arranging books, assigning race finishes, or counting possible passwords. The symbol n! is read as n factorial, and it grows much faster than ordinary powers or linear expressions.

Understanding factorials gives students a strong foundation for permutations, combinations, probability, and series.

Understanding Math: Factorials

Factorials come from the multiplication principle. Imagine placing five different runners into finish positions. There are five choices for first place.

After one runner is placed, four choices remain for second place. Then there are three, two, and one choices for the remaining positions. Because each choice at one stage can be paired with every allowed choice at the next stage, the numbers are multiplied.

This slot method is more useful than memorising a rule. Draw empty positions, count the choices for each position, then multiply. It works only when the objects are distinct and no object can be used twice.

The special value for zero factorial has an important meaning. There is exactly one way to arrange no objects. That one way is the empty arrangement.

Setting zero factorial to one keeps counting patterns consistent. For example, when every object has already been placed, there should be one completed arrangement, not zero completed arrangements. This value also makes recursive calculations work smoothly.

To find a larger factorial, multiply the next counting number by the previous factorial. Students often think that multiplying by nothing should give zero. In counting, however, zero factorial describes the number of possible completed arrangements of an empty set.

Factorials become enormous very quickly because each new step multiplies by a larger number. Ten factorial is three million six hundred twenty-eight thousand eight hundred. Twenty factorial has nineteen digits.

This rapid growth matters in probability. A computer may be able to test a few arrangements, yet it cannot realistically list every arrangement when the number of objects becomes large. Calculators can give misleading results if the display switches to scientific notation or rounds a value.

Check whether the question needs an exact whole number, an estimate, or a probability written as a fraction or decimal. Factorials are normally used in school math only for nonnegative whole numbers, so negative numbers and decimals need different ideas.

A major skill is deciding whether order matters. Choosing three students for a committee is different from assigning those three students to president, secretary, and treasurer. The committee has no positions, so the same group is not counted again when its names are listed in a different order.

The officer roles do have positions, so changing two names creates a new outcome. For partial arrangements, start with the number of choices for the first position and stop when all required positions are filled. If three of eight students receive ranked medals, multiply eight by seven by six.

In password problems, check the rules carefully. Factorials apply when characters cannot repeat and every available character is used. Repeated characters, unused characters, or restricted first positions change the count.

Key Facts

  • Definition for positive integers: n! = n × (n - 1) × ... × 2 × 1
  • Base case: 0! = 1
  • Recursive rule: n! = n × (n - 1)!
  • Examples: 4! = 4 × 3 × 2 × 1 = 24 and 6! = 720
  • Permutations of n distinct objects: n!
  • Arrangements of r objects chosen from n: P(n, r) = n! / (n - r)!

Vocabulary

Factorial
The product of a whole number and every positive whole number less than it.
Permutation
An arrangement of objects where the order of the objects matters.
Combination
A selection of objects where the order of the objects does not matter.
Recursive definition
A definition that describes a value using a smaller version of the same type of value.
Sample space
The set of all possible outcomes in a probability situation.

Common Mistakes to Avoid

  • Writing 5! = 5 × 4 instead of 5 × 4 × 3 × 2 × 1. A factorial continues multiplying all positive integers down to 1.
  • Thinking 0! = 0. Zero factorial equals 1 because it represents one way to arrange nothing and makes the recursive rule 1! = 1 × 0! work.
  • Using n! when only some items are being arranged. If choosing and ordering r items from n, use P(n, r) = n! / (n - r)! instead of n!.
  • Canceling factorials incorrectly, such as treating 7! / 5! as 7 / 5. Since 7! = 7 × 6 × 5!, the quotient is 7 × 6 = 42.

Practice Questions

  1. 1 Compute 7! and show the multiplication used.
  2. 2 A club has 8 members. How many ways can it choose a president, vice president, and secretary if no person can hold more than one office?
  3. 3 Explain why 0! = 1 makes sense using either the idea of arranging zero objects or the recursive rule for factorials.