CBSE Class 12 Maths Exemplar Chapter 13: Probability NCERT Solutions
This chapter provides NCERT Solutions for Class 12 Maths Exemplar, focusing on Probability. It covers key concepts such as the definition of independent events, how to determine if events are independent using the formula P(A ∩ B) = P(A) * P(B), and applying these principles to scenarios involving dice rolls and marble draws. The solutions also touch upon calculating probabilities of combined events, including the union and intersection of events, and conditional probabilities. These detailed explanations and step-by-step problem-solving approaches are designed to help students grasp complex probability concepts and prepare effectively for their board examinations.
Quick info
| Board | CBSE |
|---|---|
| Class | Class 12 |
| Subject | Maths Exemplar |
| Session | 2026 |
| Language | English |
| Type | NCERT Solutions |
| Chapter | Chapter 13 |
Chapter summary
Chapter 13 on Probability for CBSE Class 12 Maths Exemplar focuses on understanding and applying the concept of independent events. The solutions guide students through calculating probabilities of various outcomes when events occur, determining independence by comparing P(A ∩ B) with P(A) * P(B), and solving problems involving dice and drawing objects from containers. It reinforces the fundamental rules of probability and their practical application.
Learning outcomes
- Understand the concept of independent events in probability.
- Calculate probabilities of combined events like union and intersection.
- Determine if two events are independent using the product rule.
- Solve probability problems involving dice and marble draws.
- Apply probability formulas to real-world scenarios.
Topics covered
Paper topics
- Probability
- Independent Events
- Dependent Events
- Intersection of Events
- Union of Events
- Conditional Probability
- Loaded Die
- Fair Die
- Marble Drawing Problems
- Probability Calculations
Important topics
- Definition of Independent Events
- Checking for Independence: P(A ∩ B) = P(A) * P(B)
- Calculating Probabilities for Combined Events
- Conditional Probability Scenarios
PDF preview
Read page by page below. PDF is streamed from the official NCERT website — no download button on this page.
Questions and Solutions
Question 1
For the given loaded die, the probabilities of the outcomes are:
P(1) = P(2) = 0.2
P(3) = P(5) = P(6) = 0.1
P(4) = 0.3
The die is thrown two times. Let A be the event that the same number appears each time, and B be the event that the total score is 10 or more.
The event A consists of the outcomes where both throws result in the same number:
A = \{(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)\}
The probability of event A, P(A), is calculated as the sum of the probabilities of these individual outcomes. Since the throws are independent, the probability of an outcome (i, i) is P(i) * P(i).
P(A) = P(1) \cdot P(1) + P(2) \cdot P(2) + P(3) \cdot P(3) + P(4) \cdot P(4) + P(5) \cdot P(5) + P(6) \cdot P(6)
P(A) = (0.2 \times 0.2) + (0.2 \times 0.2) + (0.1 \times 0.1) + (0.3 \times 0.3) + (0.1 \times 0.1) + (0.1 \times 0.1)
P(A) = 0.04 + 0.04 + 0.01 + 0.09 + 0.01 + 0.01 = 0.20
The event B consists of the outcomes where the sum of the two throws is 10 or more. These outcomes are:
B = \{(4, 6), (6, 4), (5, 5), (5, 6), (6, 5), (6, 6)\}
The probability of event B, P(B), is calculated as the sum of the probabilities of these outcomes:
P(B) = P(4) \cdot P(6) + P(6) \cdot P(4) + P(5) \cdot P(5) + P(5) \cdot P(6) + P(6) \cdot P(5) + P(6) \cdot P(6)
P(B) = (0.3 \times 0.1) + (0.1 \times 0.3) + (0.1 \times 0.1) + (0.1 \times 0.1) + (0.1 \times 0.1) + (0.1 \times 0.1)
P(B) = 0.03 + 0.03 + 0.01 + 0.01 + 0.01 + 0.01 = 0.10
Now, we find the intersection of events A and B, which means the outcomes where the same number is thrown each time AND the total score is 10 or more. These outcomes are:
A \cap B = \{(5, 5), (6, 6)\}
The probability of the intersection, P(A ∩ B), is:
P(A \cap B) = P(5) \cdot P(5) + P(6) \cdot P(6)
P(A \cap B) = (0.1 \times 0.1) + (0.1 \times 0.1) = 0.01 + 0.01 = 0.02
Two events A and B are independent if P(A \cap B) = P(A) \cdot P(B). Let's check this condition:
P(A) \cdot P(B) = 0.20 \times 0.10 = 0.02
Since P(A \cap B) = 0.02 and P(A) \cdot P(B) = 0.02, we have P(A \cap B) = P(A) \cdot P(B).
Therefore, events A and B are independent.
Question 2
For a fair die, the probability of each outcome (1, 2, 3, 4, 5, 6) is \frac{1}{6}. The die is thrown two times. Let A be the event 'same number each time' and B be the event 'a total score is 10 or more'. The total number of possible outcomes when a die is thrown twice is n(S) = 6 \times 6 = 36.
The event A (same number each time) consists of the outcomes:
A = \{(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6)\}
The number of favorable outcomes for A is n(A) = 6. The probability of A is:
P(A) = \frac{n(A)}{n(S)} = \frac{6}{36} = \frac{1}{6}
The event B (total score is 10 or more) consists of the outcomes:
B = \{(4, 6), (6, 4), (5, 5), (5, 6), (6, 5), (6, 6)\}
The number of favorable outcomes for B is n(B) = 6. The probability of B is:
P(B) = \frac{n(B)}{n(S)} = \frac{6}{36} = \frac{1}{6}
The intersection of A and B (A \cap B) is the event where the same number is thrown each time AND the total score is 10 or more. The outcomes for A \cap B are:
A \cap B = \{(5, 5), (6, 6)\}
The number of favorable outcomes for A \cap B is n(A \cap B) = 2. The probability of A \cap B is:
P(A \cap B) = \frac{n(A \cap B)}{n(S)} = \frac{2}{36} = \frac{1}{18}
To check for independence, we compare P(A \cap B) with the product P(A) \cdot P(B):
P(A) \cdot P(B) = \frac{1}{6} \times \frac{1}{6} = \frac{1}{36}
Since P(A \cap B) = \frac{1}{18} and P(A) \cdot P(B) = \frac{1}{36}, we see that P(A \cap B)
eq P(A) \cdot P(B).
Therefore, for a fair die, events A and B are not independent.
Question 3
We are given the probability that at least one of the two events A and B occurs, which is represented by P(A \cup B). We are also given the probability that both A and B occur simultaneously, which is represented by P(A \cap B).
Given:
P(A \cup B) = 0.6
P(A \cap B) = 0.3
We use the fundamental formula for the union of two events:
P(A \cup B) = P(A) + P(B) - P(A \cap B)
Substitute the given values into the formula:
0.6 = P(A) + P(B) - 0.3
To find the sum P(A) + P(B), we rearrange the equation:
P(A) + P(B) = 0.6 + 0.3
P(A) + P(B) = 0.9
Thus, the sum of the probabilities of events A and B is 0.9.
(Note: The additional lines in the source regarding P(\overline{A}) + P(\overline{B}) are not directly required to answer the question P(A) + P(B) but show a related calculation.)
Question 4
Let R denote the event of drawing a red marble and B denote the event of drawing a black marble. The bag initially contains 5 red marbles and 3 black marbles, making a total of 8 marbles.
We are drawing three marbles one by one without replacement. We are given that the first marble drawn is red. We need to find the probability that at least one of the three marbles drawn is black, given that the first one is red.
Let E be the event that at least one of the three marbles drawn is black, given the first is red. This means that among the second and third draws, at least one must be black.
Since the first marble drawn is red, there are now 7 marbles left in the bag: 4 red and 3 black.
We can find the probability of the complementary event: that none of the remaining two marbles drawn (second and third) are black, meaning both are red. Let this complementary event be E'.
The probability of the second marble being red (given the first was red) is .
After drawing a second red marble, there are 6 marbles left: 3 red and 3 black.
The probability of the third marble being red (given the first two were red) is .
So, the probability of drawing two red marbles in the second and third draws (event E') is:
The probability of event E (at least one black marble in the second and third draws) is .
Therefore, the probability that at least one of the three marbles drawn is black, given the first marble is red, is .
Common mistakes
- Incorrectly applying the independence formula.
- Errors in calculating probabilities for events with/without replacement.
- Misinterpreting 'at least one' or 'simultaneously' in probability statements.
- Calculation errors in summing probabilities.
Revision tips
- Review the definition of independent events and the condition P(A ∩ B) = P(A) * P(B).
- Practice calculating P(A), P(B), and P(A ∩ B) for different scenarios.
- Pay close attention to whether events are independent or dependent.
- Work through examples involving dice and drawing objects to solidify understanding.
Practice MCQs
Q1. For two events A and B to be independent, which condition must be satisfied?
Explanation: The definition of independent events states that the probability of their intersection is equal to the product of their individual probabilities.
Q2. If P(A) = 0.5, P(B) = 0.4, and P(A ∩ B) = 0.2, are events A and B independent?
Explanation: Calculating P(A) * P(B) = 0.5 * 0.4 = 0.2. Since this equals P(A ∩ B), the events are independent.
Q3. In a fair die roll, what is the probability of rolling the same number twice in two throws?
Explanation: The event (1,1), (2,2), (3,3), (4,4), (5,5), (6,6)}. There are 6 favorable outcomes out of 36 total outcomes, so P(A) = 6/36 = 1/6. However, the question asks for the probability of the event A itself, which is calculated as sum of probabilities of each pair: P(A) = 6 * (1/6 * 1/6) = 6/36 = 1/6. The solution provided in the source calculates P(A) = 0.20 for a loaded die and P(A) = 1/6 for a fair die. The probability of event A (same number each time) for a fair die is indeed 1/6.
Q4. If P(A ∪ B) = 0.6 and P(A ∩ B) = 0.3, what is P(A) + P(B)?
Explanation: Using the formula P(A ∪ B) = P(A) + P(B) - P(A ∩ B), we get 0.6 = P(A) + P(B) - 0.3, which rearranges to P(A) + P(B) = 0.9.
Frequently asked questions
What is the main concept covered in these NCERT Solutions for Chapter 13?
These solutions primarily focus on the concept of independent events in probability, including how to determine if events are independent and applying this knowledge to solve various problems.
How do these solutions help in understanding event independence?
The solutions provide step-by-step calculations for P(A), P(B), and P(A ∩ B), and then compare P(A ∩ B) with the product P(A) * P(B) to explicitly show whether events are independent or not.
Are the questions from the NCERT Exemplar preserved?
Yes, all questions from the source are kept exactly the same in terms of numbering and problem statement, with expanded wording for clarity.
What types of problems are included in this chapter's solutions?
The chapter includes problems related to dice throws (both loaded and fair) and drawing marbles from a bag without replacement, all analyzed through the lens of probability and event independence.
How can these solutions be used for exam preparation?
By working through the rewritten, detailed solutions, students can reinforce their understanding of probability concepts and practice problem-solving techniques essential for exams.
Content reviewed by the NCERT Help team. Editorial Team and update policy
NCERT Solutions PDF PDF on NCERT Help. URL unchanged for search indexing.