Edward C. answered 04/16/15
Tutor
5.0
(438)
Caltech Grad for math tutoring: Algebra through Calculus
This is a binomial distribution B(n,p) with parameters n = 5 and p = 1/4. The probability of getting exactly k successes in n trials is given by
P(X=k) = nCk * pk * (1-p)(n-k)
nCk is the binomial coefficient n! / (k!(n-k)!)
You need to figure out the probabilities for k = 3, 4 and 5 and add them up