Before 1918, approximately 50% of the wolves in a region were male, and 50% were female. However, cattle ranchers in this area have made a determined effort to exterminate wolves. From 1918 to the present, approximately 80% of wolves in the region are male, and 20% are female. Biologists suspect that male wolves are more likely than females to return to an area where the population has been greatly reduced. (Round your answers to three decimal places.)
(a) Before 1918, in a random sample of 10 wolves spotted in the
region, what is the probability that 7 or more were male?
What is the probability that 7 or more were female?
What is the probability that fewer than 4 were female?
(b) For the period from 1918 to the present, in a random sample
of 10 wolves spotted in the region, what is the probability that 7
or more were male?
What is the probability that 7 or more were female?
What is the probability that fewer than 4 were female?
Ans:
a)Use binomial distribution with n=10 and p=0.5
P(7 or more male)=P(x>=7)=1-P(x<=6)=1-binomdist(6,10,0.5,true)=0.172
P(7 or more female)=P(x>=7)=1-P(x<=6)=1-binomdist(6,10,0.5,true)=0.172
P(fewer than 4 female)=P(x<4)=P(x<=3)=binomdist(3,10,0.5,true)=0.172
b)
Use binomial distribution with n=10 and p=0.8
P(7 or more male)=P(x>=7)=1-P(x<=6)=1-binomdist(6,10,0.8,true)=0.879
Use binomial distribution with n=10 and p=0.2
P(7 or more female)=P(x>=7)=1-P(x<=6)=1-binomdist(6,10,0.2,true)=0.001
P(fewer than 4 female)=P(x<4)=P(x<=3)=binomdist(3,10,0.2,true)=0.879
Get Answers For Free
Most questions answered within 1 hours.