$\text{*The below problem was asked in geometric distribution section}$
In a population there are $50\%$ Male and $50\%$ Female
What is the probability to find $2$ Females in a row out of $10$ people (i)
with Replacement and (ii)
without replacement.
Probable solution, I think is as below.
i) $(0.5)^2 * (0.5)^{10}$
ii) $(0.5)^2 * (0.5)^8$
However, I get confuse when at other times I see the probability calculated as
i) $\frac{5}{10} * \frac{5}{10}$
ii) $\frac{5}{10} * \frac{4}{9}$