P(W) = P(W assuming A1) x P(A1) + P(W assuming A2) x P(A2) + ... + P(W assuming An) x P(An)
Problem
A and B rolling dice against each other, higher result win; if tie, A rolling again, if A has 1,2,3, or 4 win, or B has 5, 6 win; how much of an edge A wins?
Analysis
total combinations of rolling 2 dice = diceA(6) x diceB(6) x [repetition allowed, independence, sequence matters] = 36
senario1 = tie = A and B got same result = diceA(1) x diceB(1) x options(6) = 6
Conditional probability setup and examples
Key questions
video links
formula
Problem
Analysis
Independence and conditional probability
Practice
problem