4-Sided Die: Conditional Probability
Problem 2.2 • Calculate P(X₁ = x | Min = m) or P(X₁ = x | Max = M)
🎲 Scenario: Roll a 4-sided die twice, getting outcomes X₁ and X₂.
❓ Question: Given information about the minimum or maximum of the two rolls,
what is the conditional probability of a specific first roll value?
🎯 Sample Space (16 outcomes)
Conditional Probability
P(X₁ = 2 | Min = 2) = |A ∩ B| / |B|
3/5
= 0.6000
⚙️ Select Condition
Condition Type
Condition Value
Query: X₁ = ?
💡 Formula
P(A|B) = P(A ∩ B) / P(B)
= |A ∩ B| / |B|