Unit 2: Algebra - Free Study Resources | Boundless Maths
📚

Topics Covered in Unit 2

4 sections · 17 sub-topics as per CBSE Syllabus Code 241 (2025–26)

1. Sets

  • Definition; Roster & Set-builder form
  • Types: Finite, Infinite, Empty, Singleton
  • Subsets, proper subsets, power set
  • Intervals: open, closed, semi-open, semi-closed
  • Venn diagrams & practical problems
  • Union, intersection, difference, complement
  • De Morgan's Laws

2. Relations

  • Ordered pairs & equality of ordered pairs
  • Cartesian product of two non-empty sets
  • Number of elements in A × B
  • Relation as a subset of Cartesian product
  • Domain and range of a relation

3. Sequences & Series

  • Sequence vs Series
  • AP: nth term, sum of n terms, Arithmetic Mean
  • GP: nth term, sum of n terms, Geometric Mean
  • Sum of infinite GP (|r| < 1)
  • AM ≥ GM for positive numbers
  • Applications: economy stimulation, virus spread

4. Permutations & Combinations

  • Factorial: n! = n(n−1)(n−2)…1
  • Fundamental Principle of Addition
  • Fundamental Principle of Multiplication
  • Permutations: nPr = n!/(n−r)!
  • Combinations: nCr = n!/[r!(n−r)!]
  • Key results: nCr = nCn−r  |  nCr + nCr−1 = n+1Cr

Practice MCQs with Answers

15 MCQs + 5 Assertion-Reason questions across all 4 sections · Click "Show Answer" to reveal explanations

📦 Section A — Sets & Relations (Q1–Q6)
Question 1Sets
If A = {1, 2, 3} and B = {2, 3, 4, 5}, then A – B is equal to:
  • A{2, 3}
  • B{4, 5}
  • C{1}
  • D{1, 2, 3, 4, 5}
✓ Correct Answer: (C) {1}
Solution:
A – B = elements in A but NOT in B.
{1,2,3} – {2,3,4,5} = {1}
Question 2Sets · De Morgan's Law
According to De Morgan's Law, (A ∩ B)' is equal to:
  • AA' ∩ B'
  • BA ∪ B'
  • CA' ∪ B'
  • DA' ∩ B
✓ Correct Answer: (C) A' ∪ B'
Solution:
De Morgan's Second Law: (A ∩ B)' = A' ∪ B'
De Morgan's First Law: (A ∪ B)' = A' ∩ B'
Question 3Sets · Subsets
The number of proper subsets of the set A = {a, b, c, d} is:
  • A16
  • B14
  • C15
  • D8
✓ Correct Answer: (C) 15
Solution:
Total subsets = 2n = 24 = 16
Proper subsets = 2n − 1 = 15 (excludes the set itself)
Question 4Sets · Venn Diagrams
In a survey of 60 students, 25 play cricket, 20 play football, and 10 play both. The number of students who play neither is:
  • A15
  • B20
  • C25
  • D30
✓ Correct Answer: (C) 25
Solution:
n(C ∪ F) = 25 + 20 − 10 = 35
Neither = 60 − 35 = 25
Question 5Relations · Cartesian Product
If A = {1, 2, 3} and B = {x, y}, then the number of elements in A × B is:
  • A5
  • B8
  • C6
  • D9
✓ Correct Answer: (C) 6
Solution:
n(A × B) = n(A) × n(B) = 3 × 2 = 6
A×B = {(1,x),(1,y),(2,x),(2,y),(3,x),(3,y)}
Question 6Relations · Domain & Range
The relation R = {(1,2), (2,3), (3,4), (4,5)} is defined on ℕ. The range of R is:
  • A{1, 2, 3, 4}
  • B{2, 3, 4, 5}
  • C{1, 2, 3, 4, 5}
  • D{1, 3, 5}
✓ Correct Answer: (B) {2, 3, 4, 5}
Solution:
Range = set of all second elements of ordered pairs.
R = {(1,2),(2,3),(3,4),(4,5)} → Range = {2,3,4,5}
📈 Section B — Sequences & Series (Q7–Q10)
Question 7Arithmetic Progression
The 15th term of the AP: 3, 7, 11, 15, ... is:
  • A55
  • B59
  • C63
  • D67
✓ Correct Answer: (B) 59
Solution:
a = 3, d = 4, n = 15
an = a + (n−1)d = 3 + 14×4 = 3 + 56 = 59
Question 8Arithmetic Progression
The sum of first 20 terms of the AP: 1, 4, 7, 10, ... is:
  • A570
  • B590
  • C610
  • D580
✓ Correct Answer: (B) 590
Solution:
a = 1, d = 3, n = 20
S20 = 20/2 × [2×1 + 19×3] = 10 × [2 + 57] = 10 × 59 = 590
Question 9Geometric Progression
In a GP, if the 2nd term is 6 and the 4th term is 54, the common ratio is:
  • A2
  • B3
  • C6
  • D9
✓ Correct Answer: (B) 3
Solution:
ar = 6 ...(i)   ar³ = 54 ...(ii)
Dividing: r² = 9 → r = 3
Question 10Geometric Progression · Infinite GP
The sum of the infinite GP: 1, 1/2, 1/4, 1/8, ... is:
  • A1/2
  • B3/2
  • C2
  • D4
✓ Correct Answer: (C) 2
Solution:
a = 1, r = 1/2   (|r| < 1, so infinite sum exists)
S = a / (1 − r) = 1 / (1 − 1/2) = 1 / (1/2) = 2
🔢 Section C — Permutations & Combinations (Q11–Q15)
Question 11Factorial
The value of 8! / (6! × 2!) is:
  • A14
  • B56
  • C28
  • D16
✓ Correct Answer: (C) 28
Solution:
8! / (6! × 2!) = (8×7×6!) / (6! × 2!) = (8×7) / (2×1) = 56/2 = 28
Note: This is also equal to 8C2.
Question 12FPC · Multiplication Principle
A restaurant offers 4 starters, 6 main courses and 3 desserts. In how many ways can a person choose a 3-course meal (one from each)?
  • A13
  • B36
  • C72
  • D48
✓ Correct Answer: (C) 72
Solution:
By Fundamental Principle of Multiplication:
Ways = 4 × 6 × 3 = 72
Question 13Permutations
The number of ways to arrange 4 students out of 7 in a row is:
  • A35
  • B210
  • C840
  • D5040
✓ Correct Answer: (C) 840
Solution:
7P4 = 7! / (7−4)! = 7!/3! = 7×6×5×4 = 840
Question 14Combinations
The value of 10C3 is:
  • A90
  • B120
  • C720
  • D30
✓ Correct Answer: (B) 120
Solution:
10C3 = 10! / [3! × 7!] = (10×9×8) / (3×2×1) = 720/6 = 120
Question 15Combinations · Key Result
If nC8 = nC6, then the value of n is:
  • A12
  • B14
  • C48
  • D2
✓ Correct Answer: (B) 14
Solution:
Using nCr = nCn−r: if nC8 = nC6, then either 8 = 6 (impossible) or 8 + 6 = n
∴ n = 14
📋 Assertion-Reason Questions (AR1–AR5)

📌 Instructions

In each question below, Statement I is the Assertion (A) and Statement II is the Reason (R). Choose the correct option:

  1. (A) Both A and R are true and R is the correct explanation of A
  2. (B) Both A and R are true but R is NOT the correct explanation of A
  3. (C) A is true but R is false
  4. (D) A is false but R is true
AR Question 1Sets · Subsets
Assertion (A): The total number of subsets of a set with n elements is 2ⁿ.
Reason (R): For each element of the set, there are exactly 2 choices — either include it in a subset or exclude it — and these choices are independent for every element.
  • ABoth A and R are true and R is the correct explanation of A
  • BBoth A and R are true but R is NOT the correct explanation of A
  • CA is true but R is false
  • DA is false but R is true
✓ Correct Answer: (A)
Explanation:
A is true: a set with n elements has exactly 2ⁿ subsets. ✓
R is true and correctly explains A: each of the n elements is independently either included or excluded, giving 2 × 2 × … × 2 (n times) = 2ⁿ combinations.
AR Question 2Relations · Cartesian Product
Assertion (A): If A = {1, 2, 3} and B = {a, b}, then n(A × B) = 6.
Reason (R): The Cartesian product A × B is defined as the set of all ordered pairs (x, y) such that x ∈ B and y ∈ A.
  • ABoth A and R are true and R is the correct explanation of A
  • BBoth A and R are true but R is NOT the correct explanation of A
  • CA is true but R is false
  • DA is false but R is true
✓ Correct Answer: (C)
Explanation:
A is true: n(A × B) = n(A) × n(B) = 3 × 2 = 6. ✓
R is false: The definition in R has the pair reversed. The correct definition is A × B = {(x, y) : x ∈ A and y ∈ B}, not x ∈ B and y ∈ A. Since A is true but R is false → Option (C).
AR Question 3Arithmetic Progression
Assertion (A): The sum of the first n natural numbers is n(n + 1)/2.
Reason (R): The natural numbers 1, 2, 3, …, n form an AP with first term a = 1 and common difference d = 1, and applying Sn = n/2 × [2a + (n−1)d] gives n(n+1)/2.
  • ABoth A and R are true and R is the correct explanation of A
  • BBoth A and R are true but R is NOT the correct explanation of A
  • CA is true but R is false
  • DA is false but R is true
✓ Correct Answer: (A)
Explanation:
A is true: 1 + 2 + … + n = n(n+1)/2. ✓
R is true and correctly explains A: with a = 1, d = 1 →
Sn = n/2 × [2(1) + (n−1)(1)] = n/2 × (n+1) = n(n+1)/2. ✓
AR Question 4Geometric Progression
Assertion (A): The sum of the infinite GP 1 + 1/3 + 1/9 + 1/27 + … is 3/2.
Reason (R): The sum of an infinite GP exists only when |r| > 1, and is given by S = a / (1 − r).
  • ABoth A and R are true and R is the correct explanation of A
  • BBoth A and R are true but R is NOT the correct explanation of A
  • CA is true but R is false
  • DA is false but R is true
✓ Correct Answer: (C)
Explanation:
A is true: a = 1, r = 1/3. Since |r| < 1, S = 1 / (1 − 1/3) = 1 / (2/3) = 3/2. ✓
R is false: The condition in R is wrong. An infinite GP converges (and its sum exists) when |r| < 1, not |r| > 1. The formula S = a/(1−r) is correct, but the condition stated is incorrect. → Option (C).
AR Question 5Permutations & Combinations
Assertion (A): nCr = nCn−r for all valid values of n and r.
Reason (R): Selecting r objects from n to include in a group is equivalent to selecting the remaining (n − r) objects to exclude — both describe the same division of n objects into two groups.
  • ABoth A and R are true and R is the correct explanation of A
  • BBoth A and R are true but R is NOT the correct explanation of A
  • CA is true but R is false
  • DA is false but R is true
✓ Correct Answer: (A)
Explanation:
A is true: nCr = n!/[r!(n−r)!] = n!/[(n−r)!r!] = nCn−r. ✓
R is true and correctly explains A: choosing which r objects to include automatically decides which (n−r) objects are excluded. Both perspectives count the same set of selections, so nCr = nCn−r. ✓

📐 All Unit 2 formulas — Sets, AP, GP, P&C — in one printable revision PDF

Formula Deck — ₹199
✍️

Short Answer Questions with Step-by-Step Solutions

13 questions across all 4 sections · 2-mark & 3-mark level

📦 Section A — Sets & Relations
Question 1Sets · Operations
If A = {x : x is an even natural number ≤ 10} and B = {x : x is a prime natural number ≤ 10}, find A ∪ B, A ∩ B and A – B.
Solution:
A = {2, 4, 6, 8, 10}    B = {2, 3, 5, 7}
A ∪ B = {2, 3, 4, 5, 6, 7, 8, 10}
A ∩ B = {2}   (only element common to both)
A – B = {4, 6, 8, 10}   (elements in A not in B)
A ∪ B = {2,3,4,5,6,7,8,10}  |  A ∩ B = {2}  |  A – B = {4,6,8,10}
Question 2Sets · De Morgan's Law
Let U = {1, 2, …, 10}, A = {1, 3, 5, 7, 9} and B = {2, 3, 5, 7}. Verify: (A ∪ B)' = A' ∩ B'.
Solution:
A ∪ B = {1,2,3,5,7,9}   ∴ (A ∪ B)' = {4,6,8,10}   ...(LHS)
A' = {2,4,6,8,10}    B' = {1,4,6,8,9,10}
A' ∩ B' = {4,6,8,10}   ...(RHS)
LHS = RHS = {4,6,8,10} ✓   De Morgan's Law Verified
Question 3Sets · Intervals
Write the following sets as intervals and state whether each interval is open, closed, semi-open or semi-closed:
(a) {x ∈ ℝ : −3 < x ≤ 5}   (b) {x ∈ ℝ : 0 ≤ x ≤ 4}   (c) {x ∈ ℝ : −1 < x < 2}
Solution:
(a) {x : −3 < x ≤ 5} = (−3, 5]   → Semi-closed interval. Left endpoint excluded, right included.
(b) {x : 0 ≤ x ≤ 4} = [0, 4]   → Closed interval. Both endpoints included.
(c) {x : −1 < x < 2} = (−1, 2)   → Open interval. Both endpoints excluded.
(a) (−3, 5] — semi-closed  |  (b) [0, 4] — closed  |  (c) (−1, 2) — open
Question 4Sets · Venn Diagram · Word Problem
In a group of 75 students, 45 study Mathematics, 30 study Biology and 15 study both. Using a Venn diagram, find: (i) the number who study at least one subject, (ii) only Mathematics, (iii) only Biology, and (iv) neither subject.
Solution:
Let M = Mathematics, B = Biology.
n(M) = 45, n(B) = 30, n(M ∩ B) = 15, Total = 75
(i) n(M ∪ B) = 45 + 30 − 15 = 60
(ii) Only Mathematics = 45 − 15 = 30
(iii) Only Biology = 30 − 15 = 15
(iv) Neither = 75 − 60 = 15
(i) 60  |  (ii) Only Maths: 30  |  (iii) Only Biology: 15  |  (iv) Neither: 15
Question 5Sets · Subsets & Power Set
If A = {p, q, r}, find: (i) all subsets of A, (ii) the power set P(A), (iii) the number of proper subsets of A, and (iv) how many subsets of A have exactly 2 elements.
Solution:
(i) All subsets: ∅, {p}, {q}, {r}, {p,q}, {p,r}, {q,r}, {p,q,r}   (total 2³ = 8)
(ii) Power set: P(A) = {∅, {p}, {q}, {r}, {p,q}, {p,r}, {q,r}, {p,q,r}}
(iii) Proper subsets = 2³ − 1 = 7 (all subsets except A itself)
(iv) Subsets with exactly 2 elements = 3C2 = 3   ({p,q}, {p,r}, {q,r})
(i) 8 subsets listed  |  (ii) P(A) with 8 elements  |  (iii) 7 proper subsets  |  (iv) 3 two-element subsets
📈 Section B — Sequences & Series
Question 6AP · nth Term & Sum
The 4th term of an AP is 11 and the 12th term is 35. Find the first term, common difference and the sum of the first 20 terms.
Solution:
a + 3d = 11 ...(i)    a + 11d = 35 ...(ii)
Subtracting (i) from (ii): 8d = 24 → d = 3
From (i): a = 11 − 9 = 2
S20 = 20/2 × [2×2 + 19×3] = 10 × 61 = 610
a = 2, d = 3, S20 = 610
Question 7AP · Sum Formula Given
The sum of first n terms of an AP is given by Sn = 3n² + 4n. Find the first term, common difference and the 10th term.
Solution:
a1 = S1 = 3(1)² + 4(1) = 3 + 4 = 7
S2 = 3(4) + 4(2) = 20 → a2 = S2 − S1 = 20 − 7 = 13
Common difference d = 13 − 7 = 6
a10 = a + 9d = 7 + 54 = 61
a = 7, d = 6, a10 = 61
Question 8GP · nth Term & Sum
The 3rd and 9th terms of a GP are 4 and 256 respectively. Find the first term, common ratio and the sum of the first 6 terms.
Solution:
ar² = 4 ...(i)    ar⁸ = 256 ...(ii)
Dividing (ii) by (i): r⁶ = 64 = 2⁶ → r = 2
From (i): a×4 = 4 → a = 1
S6 = a(r⁶ − 1)/(r − 1) = 1×(64 − 1)/(2 − 1) = 63
a = 1, r = 2, S6 = 63
Question 9GP · Infinite Sum & AM-GM
(a) Find the sum of the infinite GP: 3, 1, 1/3, 1/9, ...  (b) Verify AM ≥ GM for a = 9 and b = 4.
Solution:
(a) a = 3, r = 1/3   (|r| < 1 ✓)
S = a/(1−r) = 3/(1 − 1/3) = 3/(2/3) = 3 × 3/2 = 9/2 = 4.5
(b) AM = (9+4)/2 = 13/2 = 6.5
GM = √(9×4) = √36 = 6
AM = 6.5 ≥ GM = 6 ✓
(a) S = 4.5    (b) AM = 6.5, GM = 6; AM ≥ GM verified ✓
🔢 Section C — Permutations & Combinations
Question 10FPC · Fundamental Principles
A person wants to travel from city A to city C via city B. There are 3 routes from A to B and 4 routes from B to C. In how many ways can the person make the trip (i) from A to C and (ii) from A to C and back, but returning via a different route from C to B?
Solution:
(i) A→B→C: By FPC (Multiplication): 3 × 4 = 12 ways
(ii) Return trip C→B has 4 routes; but must be a different one → 3 choices; then B→A: 3 choices
Return: 3 × 3 = 9 ways   Total: 12 × 9 = 108 ways
(i) 12 ways    (ii) 108 ways
Question 11Permutations
How many 3-digit numbers can be formed using digits 1, 2, 3, 4, 5 if (i) repetition is allowed and (ii) repetition is not allowed?
Solution:
(i) With repetition: Each of the 3 positions can be filled by any of 5 digits.
Total = 5 × 5 × 5 = 125
(ii) Without repetition: 5P3 = 5!/(5−3)! = 5!/2! = 5×4×3 = 60
(i) 125    (ii) 60
Question 12Combinations
A committee of 5 is to be formed from 6 men and 4 women. In how many ways can this be done so that the committee has (i) exactly 2 women and (ii) at least 2 women?
Solution:
(i) Exactly 2 women:
Choose 2 women from 4: 4C2 = 6
Choose 3 men from 6: 6C3 = 20
Total = 6 × 20 = 120
(ii) At least 2 women (2W+3M, 3W+2M, 4W+1M):
2W+3M: 4C2 × 6C3 = 6×20 = 120
3W+2M: 4C3 × 6C2 = 4×15 = 60
4W+1M: 4C4 × 6C1 = 1×6 = 6
Total = 120 + 60 + 6 = 186
(i) 120    (ii) 186
Question 13Combinations · Key Result
Prove that nCr + nCr−1 = n+1Cr. Verify for n = 5, r = 3.
Solution:
LHS = nCr + nCr−1 = n!/[r!(n−r)!] + n!/[(r−1)!(n−r+1)!]
= n!/[(r−1)!(n−r)!] × [1/r + 1/(n−r+1)] = n!/[(r−1)!(n−r)!] × (n+1)/[r(n−r+1)]
= (n+1)!/[r!(n+1−r)!] = n+1Cr = RHS ✓
Verification (n=5, r=3): 5C3 + 5C2 = 10 + 10 = 20 = 6C3
nCr + nCr−1 = n+1Cr proved.   Verified: 10 + 10 = 20 = 6C3

📐 Heading into case studies? Keep all formulas at your fingertips

Formula Deck — ₹199
📊

Case Studies

4 real-world application based questions — Sets, AP, GP and P&C

Case Study 1Sets · Venn Diagram
School Sports Survey
A school conducted a sports preference survey among its 200 Class 11 students. The results showed that 60% of students like Cricket, 45% like Football, and 20% like both Cricket and Football. Some students like neither sport. Using this information, answer the following questions. Let C denote the set of students who like Cricket and F the set of students who like Football.
(a) Find the number of students who like Cricket, Football, and both.
Solution:
n(C) = 60% of 200 = 120
n(F) = 45% of 200 = 90
n(C ∩ F) = 20% of 200 = 40
Cricket: 120 students  |  Football: 90 students  |  Both: 40 students
(b) How many students like at least one sport? What percentage is this?
Solution:
n(C ∪ F) = 120 + 90 − 40 = 170
Percentage = (170/200) × 100 = 85%
170 students (85%) like at least one sport
(c) How many students like only Cricket (not Football) and how many like only Football (not Cricket)?
Solution:
Only Cricket = 120 − 40 = 80
Only Football = 90 − 40 = 50
Only Cricket: 80 students  |  Only Football: 50 students
(d)(i) How many students like neither Cricket nor Football? Express as a percentage.
Solution:
Neither = 200 − 170 = 30
Percentage = (30/200) × 100 = 15%
30 students (15%) like neither sport
(d)(ii) OR: Verify using De Morgan's Law that (C ∪ F)' = C' ∩ F' by finding n(C') and n(F').
Solution:
n(C') = 200 − 120 = 80   (students who do NOT like Cricket)
n(F') = 200 − 90 = 110   (students who do NOT like Football)
n(C' ∩ F') = students in neither = 30   ...(RHS)
n(C ∪ F)' = 200 − 170 = 30   ...(LHS)
LHS = RHS = 30 ✓   De Morgan's Law: (C ∪ F)' = C' ∩ F' verified
Case Study 2Arithmetic Progression
Salary Growth in a Company
Rajan joins a company with a starting monthly salary of ₹25,000. The company offers a fixed annual increment of ₹1,500. His monthly salary each year forms an Arithmetic Progression. Let n represent the year number (n = 1 for the first year).
(a) Write the AP and identify a and d.
Solution:
AP: 25000, 26500, 28000, 29500, ...
First term a = ₹25,000    Common difference d = ₹1,500
(b) What will be Rajan's monthly salary in the 8th year?
Solution:
a8 = 25000 + 7×1500 = ₹35,500
Monthly salary in 8th year = ₹35,500
(c) Find the total salary Rajan earns in the first 10 years.
Solution:
S10 (monthly) = 10/2 × [2×25000 + 9×1500] = 5 × 63500 = ₹3,17,500
Total over 10 years = 3,17,500 × 12 = ₹38,10,000
Total salary over 10 years = ₹38,10,000
(d)(i) In which year will Rajan's monthly salary first exceed ₹40,000?
Solution:
25000 + (n−1)×1500 > 40000 → (n−1) > 10 → n > 11
Salary first exceeds ₹40,000 in the 12th year
(d)(ii) OR: What is the arithmetic mean of Rajan's salaries in the 5th and 15th years?
Solution:
a5 = 25000 + 4×1500 = ₹31,000
a15 = 25000 + 14×1500 = ₹46,000
AM = (31000 + 46000)/2 = ₹38,500
AM of salaries in 5th and 15th years = ₹38,500
Note: This also equals a10 = 25000 + 9×1500 = ₹38,500 — the middle term property of AP.
Case Study 3Geometric Progression · Application
Virus Spread Model
During a disease outbreak, health officials observe that the number of new cases reported each day follows a Geometric Progression. On Day 1, there were 5 new cases. Each subsequent day the number of new cases triples. Let an denote the number of new cases on Day n.
(a) Identify a and r for the GP and write the first five terms.
Solution:
First term a = 5, Common ratio r = 3
a = 5, r = 3. First five terms: 5, 15, 45, 135, 405
(b) How many new cases are reported on Day 7?
Solution:
a7 = ar⁶ = 5 × 3⁶ = 5 × 729 = 3645
New cases on Day 7 = 3,645
(c) Find the total number of new cases reported over the first 6 days.
Solution:
S6 = a(r⁶ − 1)/(r − 1) = 5×(729 − 1)/(3 − 1) = 5×728/2 = 5×364 = 1820
Total new cases in first 6 days = 1,820
(d)(i) On which day do new cases first exceed 10,000?
Solution:
5 × 3n−1 > 10000 → 3n−1 > 2000
3⁶ = 729, 3⁷ = 2187 > 2000 → n − 1 = 7 → n = 8
New cases first exceed 10,000 on Day 8
(d)(ii) OR: Find the GM of cases on Day 1 and Day 3 and verify it equals cases on Day 2.
Solution:
a1 = 5, a3 = 45    GM = √(5 × 45) = √225 = 15
a2 = 15 ✓   (GM of two terms of a GP equals the middle term)
GM = 15 = a2 ✓ Verified
Case Study 4Permutations & Combinations
School Annual Day Planning
A school is organising its Annual Day. The event committee has 8 students — 5 from Class 11 and 3 from Class 12. They need to select teams and make various arrangements for different tasks as described below.
(a) A team of 3 students is to be selected from all 8. In how many ways can this be done?
Solution:
Order doesn't matter → Combinations
8C3 = (8×7×6)/(3×2×1) = 56
Number of ways = 56
(b) 4 students are to be arranged in a row for the welcome banner photo (selected from all 8). In how many ways can this be done?
Solution:
Order matters → Permutations
8P4 = 8×7×6×5 = 1680
Number of arrangements = 1,680
(c) In how many ways can a sub-team of exactly 2 Class 11 and 1 Class 12 student be selected?
Solution:
5C2 × 3C1 = 10 × 3 = 30
Number of ways = 30
(d)(i) The MC must deliver 3 different speeches, one opening, one during, and one closing. In how many ways can the MC arrange 3 speeches chosen from 7 prepared ones?
Solution:
Order matters → Permutations
7P3 = 7×6×5 = 210
Number of arrangements = 210
(d)(ii) OR: The event has 4 cultural acts and 3 dance performances. The MC must pick 1 cultural act and 1 dance performance to open the show. In how many ways can this be done?
Solution:
By Fundamental Principle of Multiplication:
Ways = 4 × 3 = 12
Number of ways = 12

📐 Ace Unit 2 — Get the Class 11 Formula Deck

Every formula from all 8 units of Class 11 Applied Maths — organised, concise, ready to print.


What's inside the Formula Deck?

  • ✅ All formulas for all 8 units — organised topic-wise
  • ✅ Sets laws, De Morgan's, AP & GP formulas, P&C formulas in full
  • ✅ Important theory points & key results from MCQ perspective
  • ✅ Concise & comprehensive as per CBSE Syllabus Code 241 (2025–26)
  • ✅ Perfect for last-minute revision before school final exams
  • ✅ Instant PDF — print & pin up for quick revision anytime
⭐ Formula Deck — ₹199 only

Buy Formula Deck — ₹199

🔒 Razorpay secured · UPI / Cards / Net Banking · Instant PDF to your email

💬 Questions? WhatsApp us directly

📱 WhatsApp: +91-8595236539