Question 975408
A single die is rolled five times- 
find the probability of rolling a 4 exactly twice.
---------
Binomial Problem with n = 5 and p = 1/6
-----
P(x = 2) = 5C2*(1/6)^2*(5/6)^3 = binompdf(5,1/6,2) = 0.1608
-----------------
Cheers,
Stan H.
-----------------