Question 921752
A 4 sided die is rolled.
 A 1 happens 23.5% of the time
 A 2 happens 22.2% of the time
 A 3 happens 26.3% of the time
 A 4 happens 28% of the time.
 What is the probability that odd number happens exactly 20 times - out of 30 rolls?
----
P(odd on a roll) = 23.5%+26.3% = 49.8%
------
P(x = 20) = 30C20(0.498)^20(0.502)^10 = binompdf(30,0.498,20) = 0.0269
=============
Cheers,
Stan H.
------------------