NCERT Books

NCERT Solutions Class 11 Maths Chapter 14

NCERT Solutions Class 11 Maths Chapter 14 guides you through probability concepts with clear solutions to all 38 questions across 3 exercises. You’ll learn how to calculate probabilities using classical and axiomatic approaches, understand mutually exclusive and exhaustive events, apply probability axioms, and solve problems involving sample spaces and event operations. These foundational concepts are essential for statistics, data analysis, and advanced probability theory in Class 12.

Download Complete Chapter 14 Solutions PDF

All exercises with step-by-step solutions | Updated 2025-26 | Free Download

Download PDF (Free)
📁 ~2-4 MB 📝 Exercises ❓ Questions

NCERT Solutions Class 11 Maths Chapter 14 Probability – Complete Guide

NCERT Class 11 Chapter 14 on Probability introduces you to one of the most fascinating and practical branches of mathematics. You’ll explore how probability helps us quantify uncertainty and make informed decisions in everyday life—from weather forecasting to game strategies, from medical diagnoses to financial planning. This chapter builds upon your basic understanding from Class 10 and takes you deeper into the mathematical foundations of probability theory.

📊 CBSE Class 11 Maths Chapter 14 – Exam Weightage & Marking Scheme

CBSE Board Marks6 Marks
Unit NameStatistics and Probability
Difficulty Level Medium
Importance High
Exam TypesCBSE Board, State Boards
Typical Questions2-3 questions

You will learn about random experiments and their outcomes, understand how to define sample spaces and events systematically, and master the classical definition of probability. The chapter covers crucial concepts like mutually exclusive events, exhaustive events, complementary events, and the algebra of events using set operations. You’ll also be introduced to the axiomatic approach to probability, which provides a rigorous mathematical framework for all probability calculations.

For CBSE board exams, this chapter carries 6 marks and is considered of high importance with medium difficulty level. You can expect 2-3 questions including MCQs worth 1 mark, short answer questions worth 2 marks, and occasionally a long answer question worth 4 marks. The problems typically test your understanding of probability definitions, your ability to identify sample spaces correctly, and your skill in calculating probabilities of compound events.

Quick Facts – Class 11 Chapter 14

📖 Chapter NumberChapter 14
📚 Chapter NameProbability
✏️ Total Exercises3 Exercises
❓ Total Questions38 Questions
📅 Updated ForCBSE Session 2025-26

Mastering Chapter 14 is essential not only for your Class 11 exams but also as a foundation for Class 12, where you’ll study conditional probability, Bayes’ theorem, and probability distributions. With clear concepts and regular practice of NCERT solutions, you’ll find probability both interesting and scoring in your examinations.

View Official NCERT Textbook PDF

NCERT Solutions Class 11 Maths Chapter 14 – All Exercises PDF Download

Download exercise-wise NCERT Solutions PDFs for offline study

Exercise No.Topics CoveredDownload PDF
EXERCISE 14.1 Complete step-by-step solutions for 7 questions 📥 Download PDF
EXERCISE 14.2 Complete step-by-step solutions for 21 questions 📥 Download PDF
Miscellaneous Exercise on Chapter 14 Complete step-by-step solutions for 10 questions 📥 Download PDF

Probability – Key Formulas & Concepts

Quick reference for CBSE exams

FormulaDescriptionWhen to Use
Probability of an Event
\(P(E) = \frac{\text{Number of outcomes favorable to E}}{\text{Total number of possible outcomes}}\)
Calculates the probability of event E occurring.
Note: Ensure all outcomes are equally likely. P(E) always lies between 0 and 1 (inclusive).
Whenever you need to find the probability of a single event in a sample space with equally likely outcomes.
Probability of ‘Not E’
\(P(\text{not } E) = 1 – P(E)\)
Calculates the probability of event E *not* occurring (complement of E).
Note: Also written as \(P(\overline{E})\) or \(P(E’)\). ‘Not E’ and ‘E’ are complementary events.
When it’s easier to calculate the probability of E and subtract from 1 to find the probability of ‘not E’.
Probability of ‘A or B’ (Inclusive)
\(P(A \cup B) = P(A) + P(B) – P(A \cap B)\)
Calculates the probability of either event A or event B (or both) occurring.
Note: Remember to subtract the intersection \(P(A \cap B)\) to avoid double-counting if A and B are not mutually exclusive.
When you need to find the probability of the union of two events.
Probability of ‘A and B’
\(P(A \cap B) = P(A) + P(B) – P(A \cup B)\)
Calculates the probability of both event A and event B occurring.
Note: Rearrangement of the ‘A or B’ formula. Crucial for understanding combined probabilities.
When you need to find the probability of the intersection of two events.
Probability of Mutually Exclusive Events (‘A or B’)
\(P(A \cup B) = P(A) + P(B)\)
Calculates the probability of either event A or event B occurring when A and B cannot happen at the same time.
Note: Mutually exclusive events cannot occur simultaneously. Example: Tossing a coin and getting both heads and tails.
When events A and B are mutually exclusive (disjoint), meaning \(P(A \cap B) = 0\).
Probability of A or B or C
\(P(A \cup B \cup C) = P(A) + P(B) + P(C) – P(A \cap B) – P(B \cap C) – P(A \cap C) + P(A \cap B \cap C)\)
Calculates the probability of A or B or C occurring.
Note: A generalization of the ‘A or B’ formula. Be careful with signs and intersections.
When dealing with three events and needing to find the probability of at least one of them happening.
Axiomatic Approach: Sum of Probabilities
\(\sum_{i=1}^{n} P(E_i) = 1\)
The sum of probabilities of all elementary events in a sample space is 1.
Note: Each \(E_i\) represents a single outcome. This is a fundamental axiom of probability.
When you need to verify that a probability distribution is valid, or when you need to find a missing probability value.
Conditional Probability
\(P(A|B) = \frac{P(A \cap B)}{P(B)}\)
Probability of event A happening given that event B has already happened.
Note: P(B) must be greater than 0. \(P(A|B)\) is read as ‘probability of A given B’.
When the occurrence of one event affects the probability of another event.
Multiplication Rule of Probability
\(P(A \cap B) = P(A) \cdot P(B|A)\)
Probability of both A and B occurring, considering the dependence between them.
Note: Can also be written as \(P(A \cap B) = P(B) \cdot P(A|B)\).
When you know the probability of A and the conditional probability of B given A.
Independent Events
\(P(A \cap B) = P(A) \cdot P(B)\)
Probability of both A and B occurring when A and B are independent (one doesn’t affect the other).
Note: If A and B are independent, \(P(A|B) = P(A)\) and \(P(B|A) = P(B)\).
When events A and B are independent.
Total Probability Theorem
\(P(A) = P(A \cap B_1) + P(A \cap B_2) + … + P(A \cap B_n)\)
The probability of an event A can be expressed as the sum of the probabilities of A occurring in conjunction with each of a set of mutually exclusive and exhaustive events \(B_i\).
Note: Also expressible as \(P(A) = P(B_1)P(A|B_1) + P(B_2)P(A|B_2) + … + P(B_n)P(A|B_n)\).
When the sample space can be partitioned into several mutually exclusive events.

Frequently Asked Questions – NCERT Class 11 Maths Chapter 14

Exercise 14.1 of NCERT Solutions for Class 11 Maths Chapter 14 Probability contains exactly 7 questions. These questions focus on random experiments and basic probability concepts as per the CBSE board exam 2025-26 syllabus. Students can access step by step solutions for all 7 questions through free PDF download from various educational platforms.

Free PDF download of NCERT Solutions for Class 11 Maths Chapter 14 Probability Exercise 14.1 is available on official NCERT website and authorized educational portals. These PDFs contain detailed step by step solutions for all 7 questions covering random experiments and probability concepts. The solutions are updated according to CBSE board exam 2025-26 syllabus and curriculum guidelines.

Probability Chapter 14 carries 6 marks in CBSE Class 11 board exam 2025-26 under Unit V – Statistics and Probability. This weightage is shared between Statistics and Probability chapters, making Exercise 14.1 and related concepts important for board examination. Students should practice all NCERT Solutions for Class 11 Maths Chapter 14 thoroughly to score well.

Questions 6 and 7 in Exercise 14.1 of NCERT Solutions Class 11 Maths Chapter 14 Probability are considered most challenging as they involve application of Addition Theorem and Mutually Exclusive Events. These questions require thorough understanding of random experiments and probability formulas. Step by step solutions with detailed explanations help students master these complex problems for CBSE board exam 2025-26.

Addition Theorem of Probability in NCERT Class 11 Maths Chapter 14 states that for two events A and B, P(A∪B) = P(A) + P(B) – P(A∩B). For Mutually Exclusive Events, this simplifies to P(A∪B) = P(A) + P(B) since P(A∩B) = 0. Exercise 14.1 provides step by step solutions to help students understand and apply this theorem for CBSE board exam 2025-26.

📚 Related Study Materials – Class 11 Maths Resources

ResourceAccess
NCERT Exemplar Class 11 Chemistry MCQsPractice MCQs
NCERT Exemplar Class 11 Biology MCQsPractice MCQs
NCERT Class 10 Maths (Review)View Solutions