SOLUTION: A southern pine forest is known to be infested with pine bark beetles. It is known that 30 percent of the trees are so infested. A forester walks through the forest and selects at
Algebra.Com
Question 945987: A southern pine forest is known to be infested with pine bark beetles. It is known that 30 percent of the trees are so infested. A forester walks through the forest and selects at random 40 trees and tests to see if they have the infestation. what is the probability that of the 40 trees:
1. four trees are infested?
2. four of five trees are infested?
3. at least three trees are infested?
4. what are the mean and the variance of the distribution?
5. can the distribution by approximated by a normal distribution?
Answer by stanbon(75887) (Show Source): You can put this solution on YOUR website!
A southern pine forest is known to be infested with pine bark beetles. It is known that 30 percent of the trees are so infested. A forester walks through the forest and selects at random 40 trees and tests to see if they have the infestation. what is the probability that of the 40 trees:
Binomial Problem with n = 40 and p(infested) = 0.3
--------------------------------
1. four trees are infested?
P(x = 4) = 40C4*0.3^4*0.7^37 = binompdf(40,0.3,4) = 0.00196
-------------------------------------------------
2. four of five trees are infested?
P(x = 4) = 5C4*0.3^4*0.7 = binompdf(5,0.3,4) = 0.02835
------------------------------------------------------
3. at least three trees are infested? (out of 5 trees)
P(3<= x <=5) = 1 - binomcdf(5,0.3,2) = 1-0.8369 = 0.1631
--------------------------
4. what are the mean and the variance of the distribution?
mean = np = 5*0.3 = 1.5
std = sqrt[npq] = sqrt[1.5*0.7] = 1.02
---------------------------------------------
5. can the distribution by approximated by a normal distribution?
I'll leave that to you.
Cheers,
Stan H.
-------------------------
RELATED QUESTIONS
a forest contains 1200 trees. you randomly pick 60 trees and find that 35 of them are... (answered by harpazo)
The ratio of pine trees to hardwood trees in this park is 5 to 7.What percent of the... (answered by Fombitz)
Not sure exactly which category this goes under. I have a very long math problem I'm... (answered by stanbon)
A field researcher is gathering data on the trunk diameters of mature pine and spruce... (answered by Boreal)
Any help with the following word problem would be great. I just really need the help... (answered by Earlsdon)
I have 2 questions in 1, so here's the first - There are 850 Douglas fir and ponderosa... (answered by stanbon)
Hello, I have been working on this problem all day and it seems the more I work on it the (answered by checkley71)
There are 10,000 trees in a forest. In this forest there are twice as many spruce trees... (answered by ikleyn)