Concept of Conditional Probability

Master Conditional Probability for CBSE Class 11 Applied Mathematics. Learn formulas, properties, and solved examples with step-by-step guidance.

Definition of Conditional Probability

Conditional probability measures the probability of an event occurring given that another event has already occurred. If A and B are two events associated with a sample space, the probability of A given that B has occurred is denoted by P(A|B). This concept restricts the sample space to the outcomes contained in event B.

P(A|B) = P(A∩B) / P(B), where P(B) ≠ 0
Example: Solved Example: Finding P(A|B)
Show Step-by-Step Solution

Step 1: Given P(A) = 0.6, P(B) = 0.4, and P(A∩B) = 0.2.
Step 2: Apply formula P(A|B) = P(A∩B) / P(B).
Step 3: Substitute values: 0.2 / 0.4 = 0.5.
Answer: 0.5

Properties of Conditional Probability

Conditional probability satisfies all axioms of probability. For any events A and B, P(S|B) = 1 and P(Aᶜ|B) = 1 - P(A|B). Furthermore, if A and B are disjoint, then P(A∪C|B) = P(A|B) + P(C|B).

P(A∪B|C) = P(A|C) + P(B|C) - P(A∩B|C)
Example: Solved Example: Using Complement Rule
Show Step-by-Step Solution

Step 1: Given P(A|B) = 0.7.
Step 2: Find P(Aᶜ|B) = 1 - P(A|B).
Step 3: Calculate 1 - 0.7 = 0.3.
Answer: 0.3

Multiplication Rule of Probability

The multiplication rule allows us to calculate the probability of the intersection of two events. It is derived directly from the definition of conditional probability. This is essential for calculating the probability of dependent sequential events.

P(A∩B) = P(B) · P(A|B)
Example: Solved Example: Calculating Intersection
Show Step-by-Step Solution

Step 1: Given P(B) = 0.5 and P(A|B) = 0.3.
Step 2: Use P(A∩B) = P(B) · P(A|B).
Step 3: Calculate 0.5 · 0.3 = 0.15.
Answer: 0.15