Tom K. answered 12/31/18
Knowledgeable and Friendly Math and Statistics Tutor
P(x) = C(n,x)p^x(1-p)^(n-x)
n = 5
p = 1/6
x = 2
C(n,x)p^x(1-p)^(n-x) = C(5,2)(1/6)^2(1-1/6)^(5-2) = 10 * 1/36 * 125/216 = 625/3888 = .1608
In Excel, you can get this using =BINOMDIST(2,5,1/6,0)