Conditional Probability: P(A|B) = P(A and B)/P(B), probability of A given B occurred
Without replacement: First draw affects probability of second draw
Dependent events: Outcome of first event affects second event
- Identify the condition (given event)
- Determine the reduced sample space after condition
- Count favorable outcomes in reduced space
- Calculate probability
Given: First ball is red
Original: 5 red, 3 blue = 8 balls
After removing 1 red: 4 red, 3 blue = 7 balls
Number of red balls remaining = 4
P(2nd red | 1st red) = Number of red balls remaining / Total balls remaining
P(2nd red | 1st red) = 4/7
The probability that the second ball is red given that the first ball was red is 4/7
• Conditional probability: P(A|B) = P(A and B)/P(B)
• Without replacement: Sample space reduces after each draw
• Dependence: Events are dependent when replacement doesn't occur
Tree Diagram: Visual representation of sequential probability events
Bayes Theorem: P(A|B) = P(B|A)·P(A) / P(B)
Total Probability: P(B) = P(B|A)·P(A) + P(B|A')·P(A')
F = employee is female, M = employee has management position
P(F) = 0.6, P(F') = 0.4 (male)
P(M|F) = 0.3, P(M|F') = 0.4
P(M) = P(M|F)·P(F) + P(M|F')·P(F')
P(M) = 0.3×0.6 + 0.4×0.4 = 0.18 + 0.16 = 0.34
P(F|M) = P(M|F)·P(F) / P(M)
P(F|M) = (0.3×0.6) / 0.34 = 0.18 / 0.34 = 0.529
There is a 52.9% chance that a management employee is female
The probability that a randomly selected employee is female given they have a management position is approximately 0.529 or 52.9%
• Bayes theorem: P(A|B) = P(B|A)·P(A) / P(B)
• Total probability: P(B) = Σ P(B|Ai)·P(Ai)
• Tree diagram: Multiply along branches, add across outcomes
Independent Events: P(A and B) = P(A) × P(B)
Alternative test: P(A|B) = P(A) or P(B|A) = P(B)
Dependent events: Occurrence of one affects probability of other
Events A and B are independent if P(A and B) = P(A) × P(B)
P(A) × P(B) = 0.4 × 0.5 = 0.2
P(A and B) = 0.2
P(A) × P(B) = 0.2
Since P(A and B) = P(A) × P(B), events A and B are independent
Yes, events A and B are independent because P(A and B) = P(A) × P(B) = 0.2
• Independence test: P(A and B) = P(A) × P(B)
• Conditional probability: P(A|B) = P(A and B)/P(B)
• For independent events: P(A|B) = P(A)
Conditional Probability: Probability of an event given that another event has occurred
Independent Events: Events where occurrence of one doesn't affect probability of the other
Dependent Events: Events where occurrence of one affects probability of the other
- Identify events: Define A and B clearly
- Determine dependence: Check if events are independent or dependent
- Select formula: Choose appropriate probability rule
- Calculate: Apply the formula systematically
- Interpret: State the answer in context
• Conditional probability: P(A|B) = P(A∩B)/P(B)
• Multiplication rule: P(A∩B) = P(A)·P(B|A) = P(B)·P(A|B)
• Independence: P(A∩B) = P(A)·P(B)
• Addition rule: P(A∪B) = P(A) + P(B) - P(A∩B)
• Bayes theorem: P(A|B) = P(B|A)·P(A)/P(B)
Sensitivity: P(positive test | disease) = 0.95
Specificity: P(negative test | no disease) = 0.90
Prevalence: P(disease) = 0.02
Positive Predictive Value: P(disease | positive test)
D = has disease, + = positive test
P(D) = 0.02 (prevalence), P(D') = 0.98
P(+|D) = 0.95 (sensitivity), P(-|D') = 0.90 (specificity)
Therefore: P(+|D') = 1 - 0.90 = 0.10 (false positive rate)
P(+) = P(+|D)·P(D) + P(+|D')·P(D')
P(+) = 0.95×0.02 + 0.10×0.98 = 0.019 + 0.098 = 0.117
P(D|+) = P(+|D)·P(D) / P(+)
P(D|+) = (0.95×0.02) / 0.117 = 0.019 / 0.117 = 0.162
Only about 16.2% of positive tests indicate actual disease presence
The probability that a person has the disease given they tested positive is approximately 0.162 or 16.2%
• Bayes theorem: P(A|B) = P(B|A)·P(A)/P(B)
• Total probability: P(B) = P(B|A)·P(A) + P(B|A')·P(A')
• Medical testing: Sensitivity, specificity, prevalence relationships
Face cards: Jack, Queen, King (3 per suit × 4 suits = 12 total)
Without replacement: First draw affects second draw probability
Conditional probability: P(A and B | C) = P(A and B and C)/P(C)
Standard deck: 52 cards
Face cards: J, Q, K in each of 4 suits = 3×4 = 12 face cards
Given: First card is a face card
Remaining cards: 51 total, 11 face cards
P(2nd card is face | 1st card is face) = Remaining face cards / Remaining total cards
P(2nd face | 1st face) = 11/51
P(both face | 1st face) = P(both face and 1st face) / P(1st face)
= P(both face) / P(1st face) = (12/52 × 11/51) / (12/52) = 11/51 ✓
The probability that both cards are face cards given that the first card is a face card is 11/51
• Conditional probability: P(A|B) = P(A and B)/P(B)
• Without replacement: Sample space reduces after each draw
• Card counting: Track remaining cards after each draw
Conditional Probability: The probability of event A occurring given that event B has occurred, denoted P(A|B)
Joint Probability: Probability of both events occurring together, P(A and B) or P(A∩B)
Marginal Probability: Probability of a single event, P(A) or P(B)
Independent Events: Events where P(A|B) = P(A) and P(B|A) = P(B)
Dependent Events: Events where occurrence of one affects probability of the other
- Event identification: Clearly define events A and B
- Condition recognition: Identify which event is given
- Formula selection: Choose appropriate probability formula
- Calculation: Apply the formula systematically
- Verification: Check that probability is between 0 and 1
- Interpretation: State the answer in context
• Conditional probability: P(A|B) = P(A∩B)/P(B)
• Multiplication rule: P(A∩B) = P(A)·P(B|A) = P(B)·P(A|B)
• Independence: P(A|B) = P(A), P(A∩B) = P(A)·P(B)
• Addition rule: P(A∪B) = P(A) + P(B) - P(A∩B)
• Bayes theorem: P(A|B) = P(B|A)·P(A)/P(B)
• Total probability: P(B) = P(B|A)·P(A) + P(B|A')·P(A')
Joint, marginal, and conditional probabilities
Independence and dependence relationships
Analysis: The chart shows different probability concepts and their relationships.
- Conditional probability adjusts based on given information
- Independence means conditional probability equals marginal probability
- Joint probability represents intersection of events