Permutations and Combinations Exercise 7.2: Factorial Notation Explained

Welcome to the world of Factorial Notation, the fundamental mathematical building block of Permutations and Combinations! In CBSE Class 11 Maths Chapter 7, Exercise 7.2 introduces you to the factorial symbol (!), a convenient shorthand for expressing the product of consecutive natural numbers. Whether you are arranging letters of a word, selecting candidates for a committee, or calculating probabilities, factorials will appear continuously. In this comprehensive guide, we will break down the algebraic properties of factorials, explore how to simplify complex fractional expressions without manual multiplication, and solve all the core patterns from NCERT Exercise 7.2. You will learn critical simplification hacks—such as expressing larger factorials in terms of smaller ones—that save valuable time in exams. Let's master the math step-by-step with your YoLearn AI Tutor!

Understanding Factorial Notation: The Key Concept

The concept of a factorial is beautifully simple yet incredibly powerful. For any positive integer 'n', the factorial of n (written as n!) is the product of all positive integers from 1 up to n. Mathematically, we write this as: n! = n (n - 1) (n - 2) ... 3 2 1. For example, 5! = 5 4 3 2 1 = 120. Factorials grow extraordinarily fast; while 3! is just 6, 10! is over 3.6 million! In combinatorics, n! represents the number of unique ways to arrange 'n' distinct objects in a straight line. To keep our mathematical formulas consistent, mathematicians defined 0! to equal 1. This special definition allows general formulas for permutations and combinations to work flawlessly even when we choose zero items or arrange zero objects.

Essential Definitions and Algebraic Rules

Factorial Notation (n!)
The product of the first n consecutive natural numbers, where n is a non-negative integer.
Zero Factorial (0!)
Defined mathematically as 1 to ensure standard combinatorial equations remain consistent.
Recurrence Property
The algebraic identity where n! = n * (n - 1)! for any positive integer n greater than or equal to 1.

Step-by-Step Guide to Simplifying Factorial Fractions

  1. Identify the Largest Factorial — Look at the factorials in the numerator and denominator. Find the largest factorial term in the expression.
  2. Expand and Match — Express the larger factorial in terms of the smaller one using the formula n! = n (n - 1) (n - 2)! until you reach the smaller factorial's base.
  3. Cancel Common Factorials — Cancel out the identical factorial terms from both the numerator and denominator to simplify the expression down to basic integers.
  4. Compute the Result — Multiply or divide the remaining simple numbers to find the final algebraic or numeric value.

Critical Pitfalls and CBSE Board Exam Tips

Avoid these common mistakes to secure full marks in your CBSE Class 11 exams:

  1. Factorials do not distribute over addition: A very common error is writing (a + b)! = a! + b!. Note that (2 + 3)! = 5! = 120, but 2! + 3! = 2 + 6 = 8. They are completely different!
  2. Do not distribute scalar multipliers: 2 n! is never equal to (2n)!. For example, 2 3! = 2 6 = 12, whereas (2 3)! = 6! = 720.
  3. Do not divide terms inside the factorial directly: 8! / 4! is not equal to 2!. Instead, you must expand the terms: 8! / 4! = (8 7 6 5 4!) / 4! = 8 7 6 * 5 = 1680.

Practice Questions with Solutions

  • Q: Evaluate the following: (i) 8! and (ii) 4! - 3! A: Step 1: To evaluate 8!, calculate the product of the first 8 natural numbers: 8! = 8 7 6 5 4 3 2 1 8! = 40,320 Step 2: To evaluate 4! - 3!, calculate each term individually: 4! = 4 3 2 1 = 24 3! = 3 2 1 = 6 Step 3: Subtract the values: 4! - 3! = 24 - 6 = 18 Final answer: (i) 40,320 and (ii) 18
  • Q: Is 3! + 4! = 7!? Justify your answer. A: Step 1: Calculate the value of the Left Hand Side (LHS): LHS = 3! + 4! 3! = 6 4! = 24 LHS = 6 + 24 = 30 Step 2: Calculate the value of the Right Hand Side (RHS): RHS = 7! = 7 6 5 4 3 2 1 = 5,040 Step 3: Compare LHS and RHS: Since LHS (30) is not equal to RHS (5,040), the statement is mathematically false. Final answer: No, 3! + 4! is not equal to 7! because LHS = 30 and RHS = 5,040.
  • Q: Evaluate n! / (n - r)! when: (i) n = 6, r = 2 and (ii) n = 9, r = 5. A: Step 1: For case (i), substitute n = 6 and r = 2 into the expression: n! / (n - r)! = 6! / (6 - 2)! = 6! / 4! Step 2: Expand 6! down to 4! to simplify the fraction: (6 5 4!) / 4! = 6 5 = 30 Step 3: For case (ii), substitute n = 9 and r = 5 into the expression: n! / (n - r)! = 9! / (9 - 5)! = 9! / 4! Step 4: Expand 9! down to 4! and simplify: (9 8 7 6 5 4!) / 4! = 9 8 7 6 5 = 15,120 Final answer: (i) 30 and (ii) 15,120
  • Q: If 1/6! + 1/7! = x/8!, find the value of x. A: Step 1: Express the larger factorials in terms of the smallest one (6!) present in the equation: 7! = 7 6! 8! = 8 7 6! Step 2: Substitute these terms back into the original equation: 1/6! + 1/(7 6!) = x / (8 7 6!) Step 3: Multiply both sides of the equation by 6! to clear the factorials: 1 + 1/7 = x / 56 Step 4: Solve the simplified linear equation for x: 8/7 = x / 56 x = (8/7) 56 x = 8 8 = 64 Final answer: x = 64

Frequently Asked Questions

What is the primary objective of Exercise 7.2 in Class 11 Maths?

The primary objective of Exercise 7.2 is to familiarize students with factorial notation, its basic algebraic rules, and efficient methods to simplify complex rational factorial expressions.

Can factorials be defined for negative integers or fractions in CBSE syllabus?

No, in the CBSE Class 11 curriculum, factorials are strictly defined for non-negative integers (natural numbers and zero). Real and complex numbers use advanced mathematical functions not tested at this level.

What is the quickest way to divide two factorials?

To divide two factorials, expand the larger factorial until it reaches the term matching the smaller factorial, then cancel them out to avoid computing massive intermediate products.