Hi Annie,
I think that this is a binomial situation, which means you would use:
P(X=x) = C(n,x) * p^x * q^(n-x)
From a pure statistics standpoint, this makes sense since we have two outcomes and independent trials, but, as a disclaimer, I don't know the biological aspects.
a. P(X=0) = C(10,0) * 0.3^0 * 0.7^10
Both 10!/(10!*0!) and 0.3^0 reduce to 1, so:
P(X=0) = 0.7^10 = 0.028
b. Same procedure, as you suspected. Change x to 5.
P(X=5) = C(10,5) * 0.3^5 * 0.7^5
Yes, your factorial expression is correct:
C(n,x) = n!/x!(n-x)! = 10!/(5!*5!) = 252
P(X=5) = 252*0.3^5*0.7^5 = 0.103
c. You're exactly right: E(x) = np = 10*0.3 = 3
Assuming I'm not missing some biological aspect, your methods were completely correct. Practice more problems like this and I suspect it will come to you more naturally, including the factorial part. I hope this helps.

Joshua L.
10/31/24
Annie M.
This definitely boosts my confidence. Thank you so much!10/31/24