Theory of Probability: Understanding Chance in Class 11 Maths

Welcome to the fascinating world of Probability, a core concept in CBSE Class 11 Maths! This chapter isn't just about numbers; it's about understanding the likelihood of events occurring in our daily lives, from predicting weather to analysing game outcomes. By diving into the theory of probability class 11 NCERT, you'll learn to quantify uncertainty and make informed decisions. We'll explore fundamental definitions like random experiments, sample spaces, and events, building a solid foundation for more complex topics. By the end of this comprehensive guide, you will master calculating probabilities for various scenarios, understand the relationships between different types of events, and confidently tackle exam questions. Let's unlock the power of probability together!

Foundations of Probability: Experiment, Sample Space, and Event

Probability is the measure of the likelihood that an event will occur. It's a numerical value between 0 and 1, where 0 means impossibility and 1 means certainty. To understand probability, we first need to grasp a few fundamental terms:

  1. Random Experiment: An experiment whose outcome cannot be predicted with certainty but all possible outcomes are known. For example, tossing a coin is a random experiment because we know the outcomes (Head or Tail) but can't predict which will appear.
  2. Outcome: A single result of a random experiment. In a coin toss, 'Head' is an outcome.
  3. Sample Space (S): The set of all possible outcomes of a random experiment. For tossing a coin, S = {H, T}. For rolling a die, S = {1, 2, 3, 4, 5, 6}.
  4. Event (E): A subset of the sample space. It's a collection of one or more outcomes. For example, 'getting an even number' when rolling a die is an event E = {2, 4, 6}.

Classical Definition of Probability: If a random experiment has 'n' elementary outcomes, all equally likely, and 'm' of these outcomes are favourable to an event E, then the probability of event E, denoted as P(E), is given by:
P(E) = (Number of favourable outcomes) / (Total number of possible outcomes) = m/n

This formula forms the bedrock for calculating probabilities in many situations and is crucial for your theory of probability class 11 NCERT understanding.

Key Types of Events and Their Relationships

Mutually Exclusive Events
Two events A and B are mutually exclusive if the occurrence of one precludes the occurrence of the other. In other words, they cannot happen at the same time. Their intersection is an empty set (A \cap B = \emptyset), so P(A \cap B) = 0.
Exhaustive Events
A set of events E₁, E₂, ..., Eₙ is said to be exhaustive if at least one of them necessarily occurs whenever the experiment is performed. The union of these events covers the entire sample space (E₁ \cup E₂ \cup ... \cup Eₙ = S).
Mutually Exclusive and Exhaustive Events
If events are both mutually exclusive and exhaustive, they form a partition of the sample space. This means they are disjoint, and their union is the entire sample space. P(E₁ \cup E₂ \cup ... \cup Eₙ) = 1.
Independent Events
Two events A and B are independent if the occurrence or non-occurrence of one does not affect the probability of the occurrence or non-occurrence of the other. Mathematically, P(A \cap B) = P(A) \cdot P(B).
Dependent Events
If the occurrence of one event affects the probability of the other event, they are called dependent events. For dependent events, P(A \cap B) = P(A) \cdot P(B|A), where P(B|A) is the conditional probability of B given A has occurred.

Addition and Multiplication Theorems for Probability

Understanding how probabilities combine is crucial. Here are the key theorems:

1. Addition Theorem of Probability:
This theorem helps us find the probability that at least one of two (or more) events occurs.

  • For two events A and B: P(A \cup B) = P(A) + P(B) - P(A \cap B)

This formula accounts for the outcomes common to both A and B (the intersection), which would otherwise be counted twice.

  • For two mutually exclusive events A and B: Since P(A \cap B) = 0, the formula simplifies to:

P(A \cup B) = P(A) + P(B)
This is because mutually exclusive events cannot happen simultaneously.

2. Multiplication Theorem of Probability (and Conditional Probability):
This theorem helps find the probability that two (or more) events both occur.

  • Conditional Probability: The probability of event B occurring given that event A has already occurred is denoted as P(B|A) and defined as:

P(B|A) = P(A \cap B) / P(A), provided P(A) > 0.
Similarly, P(A|B) = P(A \cap B) / P(B), provided P(B) > 0.

  • For two general events A and B: From the definition of conditional probability, we can derive the multiplication rule:

P(A \cap B) = P(A) \cdot P(B|A) = P(B) \cdot P(A|B)

  • For two independent events A and B: If events A and B are independent, then P(B|A) = P(B) (the occurrence of A doesn't change the probability of B). So, the formula simplifies to:

P(A \cap B) = P(A) \cdot P(B)

These theorems are fundamental tools in solving a wide range of probability problems in your theory of probability class 11 NCERT syllabus.

Step-by-Step Solved Examples

  • Example 1: Basic Probability A bag contains 5 red, 6 blue, and 4 green balls. A ball is drawn at random. What is the probability that the ball drawn is blue? A: Step 1: Identify the total number of possible outcomes. Total number of balls = 5 (red) + 6 (blue) + 4 (green) = 15 balls. Step 2: Identify the number of favourable outcomes for the event. Number of blue balls = 6 (favourable outcomes for drawing a blue ball). Step 3: Apply the probability formula. P(Blue ball) = (Number of blue balls) / (Total number of balls) = 6/15. Step 4: Simplify the probability. P(Blue ball) = 2/5. Final answer: The probability of drawing a blue ball is 2/5.
  • Example 2: Addition Theorem (Mutually Exclusive Events) When a fair die is rolled, what is the probability of getting an even number OR a number greater than 4? A: Step 1: Define the sample space (S) and events. S = {1, 2, 3, 4, 5, 6}. Total outcomes = 6. Let A be the event of getting an even number. A = {2, 4, 6}. P(A) = 3/6 = 1/2. Let B be the event of getting a number greater than 4. B = {5, 6}. P(B) = 2/6 = 1/3. Step 2: Check if events A and B are mutually exclusive. A \cap B = {6}. Since A \cap B is not empty, A and B are NOT mutually exclusive. Step 3: Use the general Addition Theorem formula. P(A \cup B) = P(A) + P(B) - P(A \cap B). First, find P(A \cap B). A \cap B = {6}, so there is 1 favourable outcome. P(A \cap B) = 1/6. Step 4: Substitute values into the formula. P(A \cup B) = (1/2) + (1/3) - (1/6) P(A \cup B) = (3/6) + (2/6) - (1/6) = (3 + 2 - 1) / 6 = 4/6. Step 5: Simplify the result. P(A \cup B) = 2/3. Final answer: The probability of getting an even number or a number greater than 4 is 2/3.
  • Example 3: Multiplication Theorem (Independent Events) A coin is tossed twice. What is the probability of getting two heads? A: Step 1: Define the events and check for independence. Let H1 be the event of getting a Head on the first toss. P(H1) = 1/2. Let H2 be the event of getting a Head on the second toss. P(H2) = 1/2. The outcome of the first toss does not affect the outcome of the second toss, so H1 and H2 are independent events. Step 2: Apply the Multiplication Theorem for independent events. P(H1 \cap H2) = P(H1) \cdot P(H2). Step 3: Substitute the probabilities. P(Two Heads) = (1/2) \cdot (1/2) = 1/4. Final answer: The probability of getting two heads is 1/4.

Exam Strategies and Common Mistakes in Probability

To excel in your theory of probability class 11 NCERT exams, pay close attention to these tips and avoid common pitfalls:

  1. Clearly Define Sample Space: Always start by listing all possible outcomes (the sample space, S) for an experiment. This helps in accurately determining the denominator for your probability calculation.
  2. Identify Event Types: Before applying formulas, carefully determine if events are mutually exclusive, exhaustive, or independent. Misidentifying these relationships is a common source of errors.
  3. Use Venn Diagrams: For problems involving two or three events, drawing a Venn diagram can be incredibly helpful. It visually represents unions, intersections, and complements, making it easier to apply the correct formulas like the Addition Theorem.
  4. Read 'AND' vs. 'OR' Carefully: Remember that 'AND' usually implies intersection (multiplication theorem), while 'OR' usually implies union (addition theorem). These keywords are critical cues.
  5. Probability is Always Between 0 and 1: If your calculated probability is negative or greater than 1, you've made a mistake. Double-check your calculations immediately.
  6. Conditional Probability (P(A|B)): Understand that P(A|B) means event B has already occurred, so your sample space effectively reduces to B, and you're looking for outcomes common to A and B within that reduced space. Don't confuse it with P(A \cap B).

Practice Questions with Solutions

  • Q: A card is drawn from a well-shuffled deck of 52 playing cards. What is the probability that the card drawn is a face card (King, Queen, or Jack) OR a red card? A: Step 1: Define total outcomes and events. Total cards = 52. Let F be the event of drawing a face card. There are 3 face cards in each of 4 suits, so 3 4 = 12 face cards. P(F) = 12/52. Let R be the event of drawing a red card. There are 26 red cards (13 hearts, 13 diamonds). P(R) = 26/52. Step 2: Find the intersection of events F and R. Face cards that are also red cards are Red Kings, Red Queens, and Red Jacks. There are 2 of each, so 2 3 = 6 red face cards. P(F \cap R) = 6/52. Step 3: Apply the Addition Theorem for general events. P(F \cup R) = P(F) + P(R) - P(F \cap R) P(F \cup R) = (12/52) + (26/52) - (6/52) P(F \cup R) = (12 + 26 - 6) / 52 = 32/52. Step 4: Simplify the result. P(F \cup R) = 8/13. Final answer: The probability is 8/13.
  • Q: Two dice are rolled simultaneously. What is the probability that the sum of the numbers is 7? A: Step 1: Determine the total sample space. When two dice are rolled, the total number of possible outcomes is 6 * 6 = 36. S = {(1,1), (1,2), ..., (6,6)}. Step 2: Identify favourable outcomes for the sum being 7. The pairs that sum to 7 are: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1). Number of favourable outcomes = 6. Step 3: Calculate the probability. P(Sum is 7) = (Favourable outcomes) / (Total outcomes) = 6/36. Step 4: Simplify the result. P(Sum is 7) = 1/6. Final answer: The probability that the sum is 7 is 1/6.
  • Q: A box contains 10 pens, of which 2 are defective. If two pens are drawn one after the other with replacement, what is the probability that both pens are non-defective? A: Step 1: Define individual probabilities for a single draw. Total pens = 10. Number of defective pens = 2. Number of non-defective pens = 10 - 2 = 8. Probability of drawing a non-defective pen in one draw = 8/10 = 4/5. Step 2: Identify the type of events (with replacement). Since the pen is replaced after the first draw, the two draws are independent events. The outcome of the first draw does not affect the second. Step 3: Apply the Multiplication Theorem for independent events. P(Both non-defective) = P(1st non-defective) \cdot P(2nd non-defective) P(Both non-defective) = (4/5) \cdot (4/5) = 16/25. Final answer: The probability that both pens are non-defective is 16/25.
  • Q: In a group of 30 students, 15 play cricket, 10 play football, and 5 play both. If a student is chosen at random, what is the probability that the student plays either cricket or football? A: Step 1: Define total outcomes and events. Total students = 30. Let C be the event that a student plays cricket. P(C) = 15/30. Let F be the event that a student plays football. P(F) = 10/30. Step 2: Find the probability of the intersection. The number of students who play both cricket and football is 5. So, P(C \cap F) = 5/30. Step 3: Apply the Addition Theorem for general events. P(C \cup F) = P(C) + P(F) - P(C \cap F) P(C \cup F) = (15/30) + (10/30) - (5/30) P(C \cup F) = (15 + 10 - 5) / 30 = 20/30. Step 4: Simplify the result. P(C \cup F) = 2/3. Final answer: The probability that the student plays either cricket or football is 2/3.

Frequently Asked Questions

What is the difference between mutually exclusive and independent events?

Mutually exclusive events cannot occur at the same time, meaning their intersection is empty (P(A \cap B) = 0). Independent events are those where the occurrence of one does not affect the probability of the other (P(A \cap B) = P(A) \cdot P(B)). A and B cannot be both mutually exclusive and independent unless P(A) or P(B) is 0.

Why is the Addition Theorem used for 'OR' and Multiplication Theorem for 'AND'?

The 'OR' keyword suggests you want the probability of event A happening, or event B happening, or both. This covers the union of events, which the Addition Theorem addresses. The 'AND' keyword implies that both events must occur simultaneously, referring to the intersection of events, which is calculated using the Multiplication Theorem.

What is conditional probability and how is it used?

Conditional probability, denoted P(B|A), is the probability of event B occurring given that event A has already occurred. It changes the sample space to only include outcomes where A has happened. It's crucial for dependent events and is calculated as P(B|A) = P(A \cap B) / P(A).

Can probability be greater than 1?

No, probability can never be greater than 1 or less than 0. A probability of 1 means an event is certain to happen, while 0 means it's impossible. Any value outside this range indicates an error in calculation or understanding of the concept.