What is a Factorial in Maths: Notation, Formulas & Applications (2024)

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.

What is a Factorial in Maths: Notation, Formulas & Applications (1)

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

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.

The factorial of the number n can be also defined as the product of the number n and the factorial (n -1).

Factorial Notation

The notation of the factorial is “!” or “⌋”. If we have to find the factorial of the number n then, it is written as n! or n⌋.

Let’s consider some examples of factorials:

  • 5! = 5 × 4 × 3 × 2 × 1 = 120
  • 4! = 4 × 3 × 2 × 1 = 24
  • 3! = 3 × 2 × 1 = 6
  • 2! = 2 × 1 = 2
  • 1! = 1

Factorial of 0

As a factorial is defined as the product of natural numbers up to the number under consideration, but in the case of 0, if we were to follow the same definition, it would result in 0. However, this would lead to inconsistencies with many already proven results. Therefore, factorial is initially defined in such a way that the factorial of 0 is 1. This definition makes sense on a larger scale, and we have further demonstrated its validity. As we generalize factorials into gamma functions, the result remains the same.

Thus, the factorial of 0 is defined as 1 and is represented as 0!

What is a Factorial in Maths: Notation, Formulas & Applications (2)

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:

n! = n × (n -1) × (n – 2) … 3 × 2 × 1

OR

n! =[Tex]\Pi_{i=1}^n[/Tex]i

OR

n! = n× (n – 1)!

How to Find Factorial of a Number?

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

  • First, check if the given number whose factorial is to be evaluated is positive or negative.
  • If the number is negative the factorial of negative number is undefined.
  • If the number is positive, find the factorial of the number using the above factorial formulas.

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:

Factorial of 5

The Factorial of 5 is obtained by multiplying numbers from 1 to 5.

Factorial of 5 = 5! = 5 × 4 × 3 × 2 × 1 = 120

Factorial of 10

The Factorial of 10 is obtained by multiplying numbers from 1 to 10.

Factorial of 10 = 10! = 10 × 9 × 8 × 7 × 6 × 5 × 4 × 3 × 2 × 1 = 3628800

Factorial of 100

The Factorial of 100 is obtained by multiplying numbers from 1 to 100.

Factorial of 100 = 100! = 100 × 99 × 98 × 97 × 96 × . . . × 5 × 4 × 3 × 2 × 1 = 9.33262154 × 10157

Properties of Factorial

Some of the properties of factorial are:

  • For any non-negative integer n,
    • n! = n × (n – 1) × (n – 2) × … × 3 × 2 × 1
  • Factorial can be defined recursively as follows:
    • n! = n(n – 1)! [ Where 0! = 1]
  • 0! is defined to be 1 by convention.
  • For any non-negative integer n, n! is always an integer.
  • As ∏ is used to represent product of terms in sequence, thus factorial of n can also be represented as:
    • n! = ∏(i = 1 to n) i.
  • Factorial of negative numbers are undefined.
  • The factorial of large numbers can grow very rapidly. For example, 10! = 3,628,800, 15! = 1,307,674,368,000, and so on.

Factorials 1 to 20

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

Number

Factorial

1

1

2

2

3

6

4

24

5

120

6

720

7

5040

8

40320

9

362880

10

3628800

11

39916800

12

479001600

13

6227020800

14

87178291200

15

1307674368000

16

20922789888000

17

355687428096000

18

6402373705728000

19

121645100408832000

20

2432902008176640000

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

  • Number System
  • Binomial Theorem
  • Permutation and Combination

Solved Examples on Factorial

Example 1: Evaluate the following.

  • Factorial of 1
  • Factorial of 3
  • Factorial of 4
  • Factorial of 6
  • Factorial of 7
  • Factorial of 8
  • Factorial of 9

Solution:

Factorial of 1 = 1! = 1

Factorial of 3 = 3! = 3 × 2 × 1 = 6

Factorial of 4 = 4! = 4 × 3 × 2 × 1 = 24

Factorial of 6 = 6! = 6 × 5 × 4 × 3 × 2 × 1 = 720

Factorial of 7 = 7! = 7 × 6 × 5 × 4 × 3 × 2 × 1 = 5040

Factorial of 8 = 8! = 8 × 7 × 6 × 5 × 4 × 3 × 2 × 1 = 40320

Factorial of 9 = 9! = 9 × 8 × 7 × 6 × 5 × 4 × 3 × 2 × 1 =362880

Example 2: What is the value of factorial: 14! / (11! × 4!)

Solution:

14! / (11! × 4!) = (14 × 13 × 12 × 11!) / (11! × 4!)

⇒ 14! / (11! × 4!) = (14 × 13 × 12) / 4!

⇒ 14! / (11! × 4!) = (14 × 13 × 12) / (4 × 3 × 2 × 1!)

⇒ 14! / (11! × 4!) = (14 × 13 × 12) / (12 × 2 )

⇒ 14! / (11! × 4!) = (7 × 13)

⇒ 14! / (11! × 4!) = 91

Example 3: Evaluate the expression 6! – 3!

Solution:

6! – 3! = (6 × 5 × 4 × 3!) – 3!

⇒ 6! – 3! = (6 × 5 × 4 × 3!) – 3!

⇒ 6! – 3! = (120 × 3!) – 3!

⇒ 6! – 3! = 3![120 – 1]

⇒ 6! – 3! = 6 × 119

⇒ 6! – 3! = 714

Example 4: If (1 / 6!) = (x / 8!) – (1 / 7!), then find the value of x.

Solution:

(1 / 6!) = (x / 8!) – (1 / 7!)

⇒ (1 / 6!) = (x / 8 × 7!) – (1 / 7!)

⇒ (1 / 6!) = (1 / 7!)[(x / 8) – 1]

⇒ (1 / 6!) = {1 / (7 ×6!)}[(x / 8) – 1]

⇒ (1 / 6!) = (1 / 6!)(1 / 7 )[(x / 8) – 1]

⇒ 1 = (1 / 7 )[(x / 8) – 1]

⇒ 7 = (x / 8) – 1

⇒ (x / 8) = 7 + 1

⇒ (x / 8) = 8

⇒ x = 64

Example 5: How many 4-digit numbers can be formed using the digits 4,6,7,9 in each of which no digit is repeated?

Solution:

Given:

Digits: 4, 6, 7, and 9

Number of digits = 4

We have to arrange these digits to form a 4-digit number.

The number of ways for arranging these digits to form a 4-digit number is 4!

and 4! = 4 × 3 × 2 × 1 = 24

Thus, there are 24 ways in which a 4 digit number can be formed without repeating the digits.

Example 6: Evaluate the expression 3! (2! × 0!)

Solution:

3! (2! × 0!) = (3 × 2 × 1) (2 × 1 × 1) [By using factorial formula and 0! = 1]

⇒ 3! (2! × 0!) = 6 × 2

⇒ 3! (2! × 0!) = 12

Practice Problems on Factorials

Problem 1: Evaluate.

  • (8! × 7!) / 6!
  • 7! / 4!
  • 10! – 9!

Problem 2: Simplify.

  • (7 + 3)! / 2!
  • 6! / (4! × 2!)
  • (9!) / [(7!) × (2!)]
  • (6!) / [(5!) × (3!)]
  • (12!) / [(11!) × (10!)]

Problem 3: Find the Value of n if

  • n! = 120
  • (n – 1)! = 24
  • (n + 2)! = 720
  • (n – 2)! = 120

Problem 4: Find the factorial of 9 and subtract the factorial of 6.

FAQs on Factorial

What is Factorial in Math?

Factorial of a number is the product of numbers less than n up to 1.

What is the Formula for the Factorial of any Number n?

The formula for the factorial is given by:

n! = n × (n -1) × (n – 2) … 3 × 2 × 1

How is a Factorial Calculated?

To calculate factorial of any number n i.e., n!, multiply all integers from 1 to n together. For example, 3! = 3 × 2 × 1 = 6.

What is the Value of 0!?

The value of factorial zero i.e., 0! = 1.

What is the Notation of Factorial?

The notation of factorial is !

Why Factorial is Used?

The factorial is used in permutations, combinations, binomial theorem, probability etc.

What is the Purpose of Factorials?

The purpose of factorials is to represent the product of all positive integers from 1 to a given number, commonly used in combinatorics and mathematical calculations.

Can Factorials be Calculated for Non-Integer Values?

Factorials are defined for non-negative integers only, while the gamma function, an extension of factorials, is defined for all non-integer values.

What is Factorial of 5?

Factorial of 5 is denoted by 5! or 5⌋ and is equal to 120.

What is the value of 6 Factorial?

The value of factorial is 6! = 720

What is Factorial of 7?

Factorial of 7 is denoted by 7! and is equal to 5040.

What is factorial of 100?

Factorial of 100 is 9.33262154 × 10157.

What is the value of 4 Factorial?

The value of 4 Factorial is 4! = 120



`; tags.map((tag)=>{ let tag_url = `videos/${getTermType(tag['term_id__term_type'])}/${tag['term_id__slug']}/`; tagContent+=``+ tag['term_id__term_name'] +``; }); tagContent+=`
What is a Factorial in Maths: Notation, Formulas & Applications (2024)

FAQs

What is a Factorial in Maths: Notation, Formulas & Applications? ›

In short, a factorial is a function that multiplies a number by every number below it till 1. For example, the factorial of 3 represents the multiplication of numbers 3, 2, 1, i.e. 3! = 3 × 2 × 1 and is equal to 6.

What is factorial notation in math? ›

In factorial notation, the factorial of a natural number is equal to the product of all the natural numbers in sequence from 1 to n. For example, the factorial of 5 is written as 5! and is equal to 5 x 4 x 3 x 2 x 1.

What is a factorial in math? ›

factorial, in mathematics, the product of all positive integers less than or equal to a given positive integer and denoted by that integer and an exclamation point. Thus, factorial seven is written 7!, meaning 1 × 2 × 3 × 4 × 5 × 6 × 7. Factorial zero is defined as equal to 1.

What would be the factorial notation for 11 * 10 * 9 * 8 * 7? ›

In this case, the product of the numbers 11, 10, 9, 8, and 7 can be represented as: 11 * 10 * 9 * 8 * 7 = 11! Therefore, the factorial notation for 11 * 10 * 9 * 8 * 7 is 11!.

What are the applications of factorials? ›

In mathematical analysis, factorials are used in power series for the exponential function and other functions, and they also have applications in algebra, number theory, probability theory, and computer science.

What is the factorial formula example? ›

For example, the factorial of 3 represents the multiplication of numbers 3, 2, 1, i.e. 3! = 3 × 2 × 1 and is equal to 6. In this article, you will learn the mathematical definition of the factorial, its notation, formula, examples and so on in detail.

What is a factorial notation for dummies? ›

What does this factorial notation mean? Factorial means that we multiply all the integers less than or equal to our chosen number. So, 5! means that we multiply five times four times three times two times one, 5*4*3*2*1, all the numbers less than or equal to our chosen number.

How to calculate factorial easily? ›

The factorial of n is denoted by n! and calculated by multiplying the integer numbers from 1 to n. The formula for n factorial is n! = n × (n - 1)!. Example: If 8! is 40,320 then what is 9!?

How large is 52 factorial? ›

The number of possible ways to order a pack of 52 cards is '52! ' (“52 factorial”) which means multiplying 52 by 51 by 50… all the way down to 1. The number you get at the end is 8×10^67 (8 with 67 '0's after it), essentially meaning that a randomly shuffled deck has never been seen before and will never be seen again.

How to simplify a factorial? ›

Simplify factorial quotients by canceling like integers in the numerator and denominator. Multiply all the remaining integers in the numerator. Multiply all the remaining integers in the denominator. Divide the product in the numerator by the product in the denominator.

What is the purpose of the factorial? ›

A factorial is used to find how many ways objects can be arranged in order. In a factorial, all of the objects are used and none of the objects can be used more than once.

How do you solve a factorial math problem? ›

To do factorials, start by determining which number you're computing the factorial for, which will be the number that's in front of the exclamation point. Then, write out all of the numbers that descend sequentially from that number until you get to 1. Finally, multiply all of the numbers together.

What is a real world example of a factorial? ›

different ways to shuffle a deck of cards. Similarly, if there are two toys, you can arrange them in two different ways, and if you have three toys, there are six ways you can arrange them. The word candy has 5 letters, so your answer is 5! = 5 x 4 x 3 x 2 x 1 = 120 ways.

What does factorial tell you? ›

You might wonder why we would possibly care about the factorial function. It's very useful for when we're trying to count how many different orders there are for things or how many different ways we can combine things. For example, how many different ways can we arrange ‍ things? We have ‍ choices for the first thing.

What is the rule for factorial? ›

Factorials are symbolized by exclamation points (!).
  • A factorial is a mathematical operation in which you multiply the given number by all of the positive whole numbers less than it. In other words. = n × ( n − 1 ) × … × 2 × 1 .
  • “Four factorial” = = 4 × 3 × 2 × 1 = 24.
  • “Six factorial” = = 6 × 5 × 4 × 3 × 2 × 1 ) = 720.

How big is 52 factorial? ›

52! is approximately 8.0658e67. For an exact representation, view a factorial table or try a "new-school" calculator, one that understands long integers. A billion years currently equals 3.155692608e16 seconds; however, the addition of leap seconds due to the deceleration of Earth's orbit introduces some variation.

How to find the factorial of 5? ›

Factorial of a positive integer (number) is the sum of multiplication of all the integers smaller than that positive integer. For example, factorial of 5 is 5 * 4 * 3 * 2 * 1 which equals to 120.

What does the factorial (!) Symbol mean in mathematics? ›

A factorial is a mathematical function represented by an exclamation mark, The symbol x! means to start with a positive integer, x, and multiply by each previous integer until reaching 1. The mathematical factorial definition is x!= x * (x-1) * (x-2) * (x-3) ... 1.

What is a factorial of 10? ›

In the question, we are asked to find the factorial of 10. Therefore, we multiply all the numbers up to 10, that is 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. Therefore, we get the factorial of 10 as 3628800.

References

Top Articles
Powerball Statistics | Current Powerball Stats
21 Alive Weather Team
Drury Inn & Suites Bowling Green
Satyaprem Ki Katha review: Kartik Aaryan, Kiara Advani shine in this pure love story on a sensitive subject
Can ETH reach 10k in 2024?
PontiacMadeDDG family: mother, father and siblings
Minn Kota Paws
Vocabulario A Level 2 Pp 36 40 Answers Key
Weekly Math Review Q4 3
Hssn Broadcasts
Wordscape 5832
Dit is hoe de 130 nieuwe dubbele -deckers -treinen voor het land eruit zien
Craigslist Farm And Garden Tallahassee Florida
Simplify: r^4+r^3-7r^2-r+6=0 Tiger Algebra Solver
Invert Clipping Mask Illustrator
Rural King Credit Card Minimum Credit Score
Kamzz Llc
Free Personals Like Craigslist Nh
Dtlr Duke St
Www Pointclickcare Cna Login
Timeline of the September 11 Attacks
Kirk Franklin Mother Debra Jones Age
1979 Ford F350 For Sale Craigslist
'Insidious: The Red Door': Release Date, Cast, Trailer, and What to Expect
Where to eat: the 50 best restaurants in Freiburg im Breisgau
Craigslist Scottsdale Arizona Cars
Kltv Com Big Red Box
Car Crash On 5 Freeway Today
Craiglist Hollywood
How much does Painttool SAI costs?
Qlima© Petroleumofen Elektronischer Laserofen SRE 9046 TC mit 4,7 KW CO2 Wächter • EUR 425,95
Easy Pigs in a Blanket Recipe - Emmandi's Kitchen
2 Pm Cdt
Jack In The Box Menu 2022
FREE - Divitarot.com - Tarot Denis Lapierre - Free divinatory tarot - Your divinatory tarot - Your future according to the cards! - Official website of Denis Lapierre - LIVE TAROT - Online Free Tarot cards reading - TAROT - Your free online latin tarot re
Joey Gentile Lpsg
Hovia reveals top 4 feel-good wallpaper trends for 2024
Craigslist Central Il
Frequently Asked Questions
Jigidi Free Jigsaw
Samsung 9C8
Contico Tuff Box Replacement Locks
Myra's Floral Princeton Wv
A Man Called Otto Showtimes Near Cinemark Greeley Mall
F9 2385
Concentrix + Webhelp devient Concentrix
Poster & 1600 Autocollants créatifs | Activité facile et ludique | Poppik Stickers
Game Akin To Bingo Nyt
Autozone Battery Hold Down
Skybird_06
Factorio Green Circuit Setup
Www.card-Data.com/Comerica Prepaid Balance
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 6723

Rating: 4.7 / 5 (67 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.