
David B. answered 04/28/22
Math and Statistics need not be scary
For binary distribution, the probability density function is as follows. (use link to see formula in wikipedia)
https://en.wikipedia.org/wiki/Binomial_distribution
So - Q1. n = 3 p = .4012 k = 2. (3!/(2!*1!) * .40122*(1-.4012) = .289
Q2 = n = 3 p = .4012 k = 3. (3!/(3!*0!) * .40123*(1-.4012)0 = 0.065
Q3 = P(X=3) + P(X=2) = 0.354
Or you could use the binary distribution calculator in the Ti-86, or the dbinom() function in R