Suppose that in a very large bushel of apples there are 20% rotten ones. What is the chance that a random sample of 10 apple contains 2 rotten ones?
For this question, if the size of the bushel was given, I would solve this problem as if Y was a hypergeometric variable (correct me if I am wrong), but since N (bushel size) is not given, should I treat it as a binomial variable or as a variable that follows a poisson distribution?
Are both valid, why should I choose one and not the other?
For binomial, would I be wrong in doing (10 choose 1)(.20^2)(.80^8)? If this is wrong, is it because I cannot make the assumption that there will be 20% of rotten apples in that sample or could I correctly assume that?
I am not sure about the relationship between binomial and poisson distributed variables, why can you use a poisson distribution to approximate a binomial one? My textbook is very confusing.
Is it as simple as 0.2 * 10 and I'm just going too far with this haha?
Thank you!