Probability and Conditional Probability
Probability is a key concept in mathematics that helps us measure the likelihood of an event occurring. However, when one event is known to have occurred and we want to calculate the probability of another event, we use conditional probability. Let’s explore how to define probability and conditional probability, understand their differences, and solve problems involving both.
1.0What is Probability?
Probability is the measure of the likelihood that a particular event will occur. It ranges from 0 to 1, where:
- 0 means the event is impossible
- 1 means the event is certain
Formula:
P(E)= Total number of outcomes Number of favorable outcomes
2.0What is Conditional Probability?
Conditional probability is the probability of one event occurring given that another event has already occurred.
Notation:
P(A∣B) (read as "Probability of A given B")
Formula:
P(A∣B)=P(B)P(A∩B), if P(B)=0
Also Practice: Conditional Probability Questions
3.0What is the Difference Between Probability and Conditional Probability?
4.0Why is Conditional Probability Important?
It is crucial when:
- Events are dependent
- We need to update probabilities after observing some information
- Applications in Bayes’ Theorem, machine learning, risk analysis, etc.
5.0Probability and Conditional Probability Solved Problems
Example 1: A card is drawn from a standard deck of 52 cards. What is the probability that it is a king given that it is a face card?
Solution:
- Total face cards = Jack, Queen, King × 4 = 12
- Favorable = 4 Kings
P( King ∣ Face card )=124=31
Example 2: A bag contains 3 red, 4 green, and 2 blue balls. A ball is drawn at random.
What is the probability that the ball is red given that it is not blue?
Solution:
- Total balls = 3 + 4 + 2 = 9
- Non-blue = 3 + 4 = 7
- Red balls = 3
P( Red ∣ Not blue )=73
Example 3: Two cards are drawn one after another from a deck of 52 cards without replacement. What is the probability that both are aces?
Solution:
- P(1 st Ace )=524
- P(2 nd Ace ∣1 st Ace )=513
P( Both Aces )=524×513=2211
Example 4: In a class of 60 students, 36 like Maths, 30 like Science, and 20 like both.
(a) What is the probability a student likes Maths?
(b) What is the probability a student likes Maths given they like Science?
Solution:
Let:
- P(M)=6036=0.6
- P(S)=6030=0.5
- P(M∩S)=6020=31
(b) Conditional Probability:
P(M∣S)=P(S)P(M∩S)=0.51/3=32
Example 5: Two cards are drawn without replacement from a deck of 52 cards. Find the probability that the second card is a heart, given that the first card was a spade.
Solution:
Since cards are drawn without replacement:
- After removing a spade, 51 cards remain.
- Hearts are unaffected: 13 hearts still remain.
So:
P(2 nd is Heart ∣1 st is Spade )=5113
Answer: 5113
Example 6: Urn I contains 3 red and 5 black balls. Urn II contains 4 red and 2 black balls. An urn is chosen at random, and a ball is drawn. If the ball is red, what is the probability it was drawn from Urn II?
Solution:
Let:
- A1: Choosing Urn I → P(A1)=21
- A2 : Choosing Urn II → P(A2)=21
Now,
- P(R∣A1)=83,
- P(R∣A2)=64=32
By Bayes' Theorem:
P(A2∣R)=P(A1)⋅P(R∣A1)+P(A2)⋅P(R∣A2)P(A2)⋅P(R∣A2)
=12⋅2312⋅38+12⋅23=12⋅23316+13=12⋅232548=132548=4875=1625
=21⋅83+21⋅3221⋅32=163+3121⋅32=482521⋅32=482531=7548=2516
Answer: 2516
Example 7: Events A and B are such that P(A) = 0.4, P(B) = 0.5, and P(A∩B)=0.2 . Find P(A∣B) and state whether A and B are independent.
Solution:
P(A∣B)=P(B)P(A∩B)=0.50.2=0.4
Since P(A∣B)=P(A) , events A and B are independent.
Answer: P(A∣B)=0.4, A and B are independent
Example 8: A die is thrown until a 6 appears. What is the probability that a 6 appears on the third throw?
Solution:
This is a geometric probability problem:
- Success = getting a 6 → p=61
- Failure = not getting a 6 → q=65
To get a 6 on the third throw, first two must be failures, third a success:
P(6 on 3rd throw )=(65)2⋅61=21625
Answer: 21625
Example 9: A number is selected at random from 1 to 100. Find the probability that it is divisible by 5, given that it is divisible by 2.
Solution:
Let:
- Total numbers divisible by 2 = 50 (even numbers from 2 to 100)
- Numbers divisible by both 2 and 5 = Numbers divisible by 10 = 10, 20, ..., 100 → 10 numbers
So,
P( Divisible by 5∣ Divisible by 2)=5010=51
Answer: 51
Also Read: