Applications of Factorials

There are various applications of the factorial. Some of the applications of factorials are listed below:

  • Factorial is used in permutations.
  • Factorials are used in combinations.
  • It is used in probability formulas.
  • It is used in binomial expansion.

Factorials in Combinatorics

In calculation of both permutation and combination is used as the formula for both involves the factorials. Let’s see Permutation Formula and Combination Formula along with their examples.

Permutation Formula

The formula for calculating Permutation, denoted as nPr  which represents the number of ways to arrange r objects from a set of n distinct objects without repetition and formula for permutation is given by:

nPr = n! / (n – r)!

Where,

  • n is the total number of distinct objects to choose from,
  • r is the number of objects to be chosen and arranged,
  • n! is the product of all positive integers from 1 to n,
  • (n – r)! is the product of all positive integers from 1 to (n – r).

Let us take an example for this:

Example: Evaluate the value of 5P3.

Solution:

By permutation formula

nPr = n! / (n – r)!

5P3 = 5! / (5 – 3)!

5P3 = 5! / 2!

5P3 = 120 / 2

5P3 = 60

Combination Formula

The formula for calculating Combination, denoted as nCr, where n is the total number of items to choose from, and r is the number of items to choose without replacement. This formula is given as follows:

nCr = n! / [r! × (n – r)!]

Where,

  • n is the total number of distinct objects to choose from,
  • r is the number of objects to be chosen and arranged,
  • n! is the product of all positive integers from 1 to n,
  • (n – r)! is the product of all positive integers from 1 to (n – r).

Let us take an example for this:

Example: Find the value of 4C2.

Solution:

By combination formula

nCr = n! / [r! × (n – r)!]

4C2 = 4! / [2! × (4 – 2)!]

4C2 = 4! / [2! × 2!]

4C2 = 24 / [2 × 2]

4C2 = 24 / 4

4C2 = 12

Factorials in Probability

Factorials are used in multiple formulas in probability, as factorials help us calculate the number of ways of things with the help of principle of counting, permutation, and combination. Let’s consider an example of Probability where we calculate the probability of any event with the help of factorials.

Example: A box contains different colored balls. There is 15% chance of getting a red ball. What is the probability that exactly 4 balls are red out of 10.

Solution:

Applying binomial distribution

P(X = r) = nCr pr qn-r

n = 10, p = 0.15, q = 0.85, r = 4

⇒ P(X = 4) = 10C4 (0.15)4 (0.85)6

⇒ P(X = 4) = [10! / {4! × 6!}] (0.15)4 (0.85)6

⇒ P(X =4) = [{10× 9 × 8 × 7} / 24] (0.15)4 (0.85)6

⇒ P(X = 4) = 0.04

Also, Check

Factorial

Factorial is a fundamental concept in combinatorics as factorials play important roles in various mathematical formulas such as permutations, combinations, probability, and many other formulas. Factorial of any natural number “n” is defined as the product of all natural numbers till n.

In this article, we’ll delve into the intricacies of factorials, exploring factorial notation, the diverse range of factorial formulas, and techniques for computing factorials. Additionally, we’ll touch upon the properties and practical applications of factorials, provide illustrative examples, and address common questions pertaining to this topic. Let’s embark on our journey of understanding factorials.

Table of Content

  • What is Factorial?
  • Factorial Formula
  • How to Find Factorial of a Number?
  • Factorial Examples
  • Properties of Factorial
  • Factorials 1 to 20
  • Applications of Factorials
  • Solved Examples on Factorial

Similar Reads

What is Factorial?

Factorial is the product of n numbers until it reaches up to 1. It we want to calculate the factorial of n, then we multiply the number less than or equal to n until it encounters 1. In other words, the multiplication of 1 to n is called the factorial of n....

Factorial Formula

The factorial formula is the formula in which we multiply all the number less than n until it is equal to 1. The factorial formula is given by:...

How to Find Factorial of a Number?

To find the factorial of a number we apply following steps:...

Factorial Examples

As we can calculate the factorials for any non-negative numbers, thus there can be infinitely many examples of factorials. Let’s consider some of those examples as follows:...

Properties of Factorial

Some of the properties of factorial are:...

Factorials 1 to 20

The following table list of first 20 factorials, from 1 to 20....

Applications of Factorials

There are various applications of the factorial. Some of the applications of factorials are listed below:...

Solved Examples on Factorial

Example 1: Evaluate the following....

Practice Problems on Factorials

Problem 1: Evaluate....

FAQs on Factorial

What is Factorial in Math?...