Let's find probability that a random sample of 10 individuals contain 3 or less vegetarians. Denote number of vegetarians in the sample by 10. Then ξ has Binomial distribution with parameters n=10 and p=0.5. Thus
P(ξ≤3)=P(ξ=0)+P(ξ=1)+P(ξ=2)+P(ξ=3)=(010)0.500.510+(110)0.510.59+(210)0.520.58+(310)0.530.57=0.510((010)+(110)+(210)+(310))=0.510(1+10+45+120)=1024176=6411
Thus expected number of investigators reporting about 3 or less vegetarians equals
100⋅6411=16275=17.1875
Comments