Access free live classes and tests on the app
Download
+
Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA
Login Join for Free
avtar
  • ProfileProfile
  • Settings Settings
  • Refer your friendsRefer your friends
  • Sign outSign out
  • Terms & conditions
  • •
  • Privacy policy
  • About
  • •
  • Careers
  • •
  • Blog

© 2023 Sorting Hat Technologies Pvt Ltd

CBSE Class 11 » CBSE Class 11 Study Materials » Mathematics » Factorial functions
CBSE

Factorial functions

in this article we are going to learn about factorial functions.

Table of Content
  •  

The factorial function of a number is a natural number with a factorial sign. Factorial of a number is denoted by Ị For example 4Ị = 4*3*2*1 i.e. Reducing 1 from the given number and multiplying the number till we reach 1 at last. We usually use factorials while solving permutations and combinations and in binomial expansion.  Factorial is the product of all whole numbers between 1 and n, where n should be positive. A prime number that is more or 1 less than value of a factorial is called a factorial prime number.

Factorial formula

N!=n*n-1*….*1.

Factorial table 

Number n 

Factorial (n)!

0

1

2

3

4

5

6

7

8

9

10

1

1

2

6

24

120

720

5040

40320

362880

3628800

Applications of the factorial function 

  1. Recursion- Recursively, the factorial function can be expressed as 

factorial(n) = n factorial(n – 1) .The factorial of one is just one. The factorial function is written as a recursive function in Code Example 6.27. To make it easier to refer to program addresses, we’ll suppose the program starts at 0x90.

  1. Permutation –
  2. Combinations 
  3. Probability distribution 
  4. Number theory 

Some questions related to factorial 

1.(a+2)!/a!

(a+2)!/a!

[1*2*3*…..*a*(a+1)*(a+2)]/[1*2*…..*a]

On simplifying it we get,

(a+1)(a+2)

2.(2a+2)!=2a!

[1*2*3…….(2a)*(2a+1)*(2a+2)/[1*2*3……2a]

On simplifying it we get,

(2a+1)*(2a+2)

3.(a-1)!/a(a+1)

[1*2*3…(a-1)]/[1*2*3…..(n-1)*n*(n+1)] 

On simplifying it we get,

1/[n(n+1)]

Q2. Let n denote a natural number. Show that (n+2)2 is a factor of (n+2)!+(n+1)!+n!.

Given : n – natural number 

Let (n+2)! + (n+1)! + n!….(1)

Using factorial formula,

(n+2)! = (n+2)(n+1)n!

(n+1)!=(n+1)n! ……(2) 

Substitute 2 in 1.

(n+2)(n+1)n!+(n+1)n!+n!.

 n![(n+2)(n+1)(n+1)+1]

n![(n+2)(n+1)+n+2]

take n+2 factor 

n![(n+2)((n+1)+1)]

n![(n+2)(n+2)]

n!(n+2)2 .

(n+2)2 is a factor of (n+2)(n+1)n!+(n+1)n!+n!.

Q3. 10!/10!-5!

10*9*8*7*6 = 30240. 

Q3. Evaluate the following expressions:
6!

4! × 4!

2! × 0!

5! / 0!

6! / (2! × 4!)

Ans – 6! = 1 *2 *3 * 4*5*6 = 720

4! × 4! = (1 × 2 × 3 × 4) 2 = 24 2 = 576

2! × 0! = (1 × 2 ) × 1 = 2

5! / 0! = (1 × 2 × 3 × 4× 5) / 1 = 120

6! / (2! × 4!)
= (1 × 2 × 3 × 4 × 5 × 6) / [ (1 × 2 ) × ( 1 × 2 × 3 × 4) ]
= 15

Conclusion 

The product of all the positive numbers preceding or corresponding to n is the factorial (indicated or represented as n!) for a positive number or integer (which is denoted by n) (the positive integer). There are a number of sequences in mathematics that are comparable to the factorial. Double Factorials, Multi-factorials, Super-factorials, and Hyper-factorials are only a few examples.0’s factorial equals 1’s factorial (one).

faq

Frequently asked questions

Get answers to the most common queries related to the CBSE 11th Examination Preparation.

In how many ways can the letter of the word ‘ROOM’ can be arranged?

Ans.  total number of letters word ROOM has = 4. 2O, 1R, 1M. ...Read full

In how many different ways can the letter of the word corporation be arranged so that the vowels can come together?

Ans. Ans- total number of vowels = OOAIO, we will consider it as one. Consonants = CRPRTN=7...Read full

What is 10!/6!

Ans. 10*9*8*7= 5040.

What factorial rule?

Ans – The product of all positive integers less than or equal to a given positive integer, indicated by that i...Read full

What is the use of factorial function?

Ans – factorial function is used in calculating permutation and combinations.  

Ans.  total number of letters word ROOM has = 4. 2O, 1R, 1M.

Number of ways = 4!/1!*1!*2! = 12 ways.

Ans. Ans- total number of vowels = OOAIO, we will consider it as one.

Consonants = CRPRTN=7

CRPRTN + (OOAIO)

6+1=7.

R occurs 2 times,

Number of ways of arrangement = 7!/2!= 7*6*5*4*3=2520.

We have 5 vowels in which O occurs 3 times 

5!/3! = 5*4=20 ways.

 

Ans. 10*9*8*7= 5040.

Ans – The product of all positive integers less than or equal to a given positive integer, indicated by that integer and an exclamation point, is known as factorial in mathematics. As a result, factorial seven is expressed as 7!, which means 1* 2 *3* 4 *5* 6* 7. The factorial zero is equal to one.

Ans – factorial function is used in calculating permutation and combinations.  

Crack K-12 with Unacademy

Get subscription and access unlimited live and recorded courses from India’s best educators

  • Structured syllabus
  • Daily live classes
  • Ask doubts
  • Tests & practice
Learn more

Notifications

Get all the important information related to the CBSE Class 11 Exam including the process of application, important calendar dates, eligibility criteria, exam centers etc.

Data Correction
Exam Pattern for Class 11th
Registration Process
Syllabus
See all

Related articles

Learn more topics related to Mathematics
Word Problems Based On Linear Inequalities In One Variable

These notes are a comprehensive overview of the topic of linear inequalities in one variable. The concept of linear equalities is crucial in solving inequalities in one variable and preparing for entrance exams.

What Is The Inverse Function Graph Like?

The inverse function of a function ‘f’ is a function that reverses the action. The inverse of f is represented by f-1. Find out more details about an inverse function graph here.

What is the fundamental counting principle

In this article, we have to learn about the fundamental principle of counting, the law of multiplication, law of addition.

Weighted Arithmetic Mean

Confused about how to calculate the weighted average . Read along to understand the weighted arithmetic mean, its applicability, formula, and advantages.

See all
Access more than

5,130+ courses for CBSE Class 11

Get subscription

Trending Topics

  • Withdrawal Slip
  • Wildlife Conservation
  • Moving Coil Galvanometer
  • Ogive Curves
  • PPT Full Form
  • Reordering Of Sentences
  • Central Problems Of An Economy
  • Transcription In Eukaryotes
combat_iitjee

Important Links

  • NCERT Solutions
  • NCERT Books
  • Physics Formulas
  • Maths Formulas
  • Chemistry Formulas
testseries_iitjee
Download NEET 2022 question paper
.
Company Logo

Unacademy is India’s largest online learning platform. Download our apps to start learning


Starting your preparation?

Call us and we will answer all your questions about learning on Unacademy

Call +91 8585858585

Company
About usShikshodayaCareers
we're hiring
BlogsPrivacy PolicyTerms and Conditions
Help & support
User GuidelinesSite MapRefund PolicyTakedown PolicyGrievance Redressal
Products
Learner appLearner appEducator appEducator appParent appParent app
Popular goals
IIT JEEUPSCSSCCSIR UGC NETNEET UG
Trending exams
GATECATCANTA UGC NETBank Exams
Study material
UPSC Study MaterialNEET UG Study MaterialCA Foundation Study MaterialJEE Study MaterialSSC Study Material

© 2025 Sorting Hat Technologies Pvt Ltd

Unacademy
  • Goals
    • AFCAT
    • AP EAMCET
    • Bank Exam
    • BPSC
    • CA Foundation
    • CAPF
    • CAT
    • CBSE Class 11
    • CBSE Class 12
    • CDS
    • CLAT
    • CSIR UGC
    • GATE
    • IIT JAM
    • JEE
    • Karnataka CET
    • Karnataka PSC
    • Kerala PSC
    • MHT CET
    • MPPSC
    • NDA
    • NEET PG
    • NEET UG
    • NTA UGC
    • Railway Exam
    • SSC
    • TS EAMCET
    • UPSC
    • WBPSC
    • CFA

Share via

COPY