
Jon S. answered 08/24/22
Patient and Knowledgeable Math and English Tutor
use binomial formula, where probability x successes in n tries where each try has probability p:
P(x successes) = C(n,x) * p^x * (1-p)^(n-x)
here n = 10, p = 0.7
a) more than have is P(x = 6) + P(x=7) + P(x = 8) + P(x = 9) + P(x = 10)
b) exactly 4 are heavy-smokes is P(x = 4)
c) probability non-smoker is 1 - 0.7 = 0.3
P(x < 2) = P(x = 0) + P(x = 1), and P = 0.3