
Jon S. answered 10/06/22
Patient and Knowledgeable Math and English Tutor
P(x = k), where k = number of surviving trees
P(x = k) = n! p^k * (1-p)^(n-k)
--------
k! (n-k)!
n = 3
p = 0.8
i)
P(x=2 ) = 3! (0.8)^2 * (0.2)^1
--------
2! 1!
ii) P(x = 0 or = 1) = P(x = 0) + P(x = 1) - use formula as per i)
iii) P(at least 1) = 1 - P(x = 0) - use formula as per i)
iv) expected value = np = 3 * 0.8 = 2.4