Multiply Factorials

Factorials, denoted by a <math>!</math> sign, are products of a whole number and all of the whole numbers below it. It is easy to calculate and multiply two factorials using a scientific calculator’s <math>x!</math> function. You can also multiply factorials by hand. The easiest way to do it is to calculate each factorial individually, and then multiply their products together. You can also use certain rules of factorials to pull out common factors, which can simplify the multiplication process.

Steps

Understanding Factorials

  1. Identify a factorial. A factorial, denoted by a whole number with an exclamation point, is the product of a series of sequential whole numbers.[1]
    • For example, <math>6!</math> is a factorial.
  2. Evaluate a factorial using a formula. The formula is <math>n! = n(n-1)(n-2) \cdot \cdot \cdot 3 \cdot 2 \cdot 1</math>.[2] This means that you extend the sequence of numbers until you get to 1.
    • For example, <math>6! = 6(6-1)(6-2)(6-3)(6-4)(6-5) = 6(5)(4)(3)(2)(1)</math>
  3. Calculate a factorial. To calculate a factorial, begin with the denoted number, and multiply it by each sequential whole number, down to 1.[3] A quick way to calculate a factorial is to use the <math>x!</math> key on a scientific calculator. First hit the number, then hit the <math>x!</math> key to see the product.
    • For example, <math>6! = 6 \times 5 \times 4 \times 3 \times 2 \times 1 = 720</math>.

Calculating the Factorials Separately

  1. Calculate the first factorial. Use a calculator for larger numbers. If calculating by hand, make sure you multiply each sequential number, down to 1. Rewrite the equation with this product in parentheses as the first factor.
    • For example, if you are calculating <math>5! \times 7!</math>, first calculate <math>5!</math>:
      <math>5! \times 7!</math>
      <math>= (5 \times 4 \times 3 \times 2 \times 1) \times (7!)</math>
      <math>= (120) \times (7!)</math>
  2. Calculate the second factorial. You can do this by calculator or by hand, beginning on the complexity of the factorial. Rewrite the equation with this product as the second factor.
    • For example:
      <math>(120) \times (7!)</math>
      <math>= (120) \times (7 \times 6 \times 5 \times 4 \times 3 \times 2 \times 1)</math>
      <math>= (120) \times (5040)</math>
  3. Multiply the two factorials’ products. This will give you the product of the two factorials. Since factorials tend to be large numbers, using a calculator will make this calculation easier.
    • For example, <math>(120) \times (5040) = 604,800</math>. So, <math>5! \times 7! = 604,800</math>.

Finding Common Factors

  1. Use a formula to factor out the largest common factorial. The formula is <math>n!= n \times (n-1)!</math>. This means that a smaller factorial is a factor of a larger factorial.[3] For example, <math>4!= 4 \times (4-1)! = 4 \times 3!</math>. When you are multiplying two factorials, the largest common factorial is the smaller of the two factorials.
    • For example, if you are calculating <math>5! \times 7!</math>, you can factor out <math>5!</math> from <math>7!</math>:
      <math>5! \times 5!(7 \times 6)</math>
  2. Rewrite the equation, showing the common factorial as a squared value. Then, calculate the factorial and square its product.
    • For example,
      <math>5! \times 5!(7 \times 6)</math>
      <math>= 7 \times 6 \times (5!)^{2}</math>
      <math>= 42 \times (120)^{2}</math>
  3. Multiply the remaining factors. The result will be the product of the two original factorials.
    • For example:
      <math>42 \times (120)^{2}</math>
      <math>= 42 \times 14,400</math>
      <math>= 604,800</math>



Related Articles

Sources and Citations

You may like