
Randall S. answered 01/29/21
Experienced HS/college math tutor
this is a binomial distribution, with chance of success (probability someone will buy a cake pop) of p=0.48, and chance of failure (probability someone will NOT buy a cake pop) of q=0.52. remember / realize that p + q =1 in every binomial distribution problem because p and q are the only two possible outcomes.
the form of a binomial probability is nCr (p)r (q)n-r . r is the number of successes and n is the number of trials. nCr is n! / [r! (n-r)!]
in this case, your solution comes from
8C5 (0.48)5 (0.52)8-5
= {8! / [5! (8-5)!]} * (0.48)5 (0.52)3
= {(8*7*6*5*4*3*2*1) / [(5*4*3*2*1)*(3*2*1)]} * (0.48)5 (0.52)3
= 0.2006