Problem A
Possible Outcomes = {CCC, CCH, CHC, CHH, HCC, HCH, HHC, HHH}
Problem B
P(CCC)
= [C(8,3)C(4,0)]/C(12,3)
= [8!/[3!(8-3)!]]*[4!/[0!(4-0)!]]/[12!/[3!(12-3)!]]
= [(8*7*6)/(3*2*1)]/[(12*11*10)/(3*2*1)]
= (8*7*6)/(12*11*10)
= 56/220
≈ 0.255
P(CCH) <-- Note that this is the same as P(CHC) and P(HCC)
= [C(8,2)C(4,1)]/C(12,3)
= [[8!/[2!(8-2)!]]*[4!/[1!(4-1)!]]/[12!/[3!(12-3)!]]
= [(8*7)/(2*1)]*4/[(12*11*10)/(3*2*1)]
= (28*4)/(1320/6)
= 112/220
≈ 0.509
P(CHH) <-- Note that this is the same as P(HCH) and P(HHC)
= C(8,1)C(4,2)/C(12,3)
= 8[4!/2!(4-2)!]/220
= 8[(4*3)/(2*1)]/220
= (8*6)/220
= 48/220
≈ 0.218
P(HHH)
= C(8,0)C(4,3)/C(12,3)
= [4!/[3!(4-3)!]]/220
= 4/220
≈ 0.018
We can see that 56/220 + 112/220 + 48/220 + 4/220 = 220/220 = 1, so it verifies the basic rules of the probabilities for the outcomes in a sample space.
Hope this helped!

AJ L.
05/08/23
Cali M.
Thank you so much!05/08/23