A forester finds that 5 out of every 12 pine trees in a cert
A forester finds that 5 out of every 12 pine trees in a certain region is infected with the pine beetle. If she randomly selects 9 pine trees The probability that exactly 1 trees will be infected with the pine beetle is: The probability that at most 2 trees will be infected with the pine beetle is:
Solution
Here we use Binomial Distribution
B(x,n,p)= nCx pxqn-x
n ---- number of trees = 9
p ---- probability = 4/9 = 0.4444
q = 1-p = 1-0.4444 = 0.5555
A) The probability that exactly 2 trees:
p( x = 2) = 9C2(0.4444)2(0.5555)9-2
= 36(0.1975)(0.01632)
= 0.1160
B) The probablity that at most 3 trees:
p(x <= 3) = p(x=0) + p(x=1) + p(x=2) = p(x=3)
= 9C0(0.4444)0(0.5555)9-0 + 9C1(0.4444)1(0.5555)9-1 + 9C2(0.4444)2(0.5555)9-2 + 9C3(0.4444)3(0.5555)9-3
= 0.0050 + 0.0364 + 0.1160 + 0.2168
= 0.3742
