The question I am working on is:
A geologist has collected 10 specimens of basaltic rock and 10 specimens of granite. The geologist instructs a laboratory assistant to randomly select 15 of the specimens for analysis.
a.What is the pmf of the number of granite specimens selected for analysis?
b.What is the probability that all specimens of one of the two types of rock are selected for analysis?
c. What is the probability that the number of granite specimens selected for analysis is within 1 standard deviation of its mean value?
For part b), I calculated the probability as $2 \cdot h(10; 15, 10, 20) + 2 \cdot h(5;15,10,20)$
I multiplied 2 by each hypergeometric distribution, because there are 2 ways to pick all of the rocks of the same type, and 2 ways of picking 5 rocks of the same type. However, this isn't the correct answer. What is wrong with my reasoning?
For part c), I calculated the average value to be 7.5, which is correct; my variance would then be $V(X) = \frac{10}{19} \cdot 7.5 \cdot (1-\frac{10}{20})$. In the answer key, though, they have $\frac{5}{19}$ for their first term. Why is that?