The question is as follows:
Given $x + y$ students in a class, and $r + s$ girls in the class, $x \geq r$. Randomly selecting $x$ students, what is the probability that exactly $r$ of the students are girls?
What I have so far:
First we have to choose the girls who will be in the group of $x$ students, and this is done by:
$\displaystyle ^{r + s} \mathbf{C}_{r}$
Then we multiply that value by the number of ways there are $r$ girls in a set of $x$ students and this is given by:
$\displaystyle ^x \mathbf{C}_r$
Then this is all divided by the total number of ways of choosing a set of $x$ students which is:
$\displaystyle ^{x + y} \mathbf{C}_x$
So in the end I get:
$\displaystyle \frac{^{r + s} \mathbf{C}_r \, ^x \mathbf{C}_r }{ (^{x + y} \mathbf{C}_x)}$
Is this right?
You multiply the ways of choosing girls by the number of ways of choosing students who are not girls, which is $\displaystyle ^{x+y-r-s} \mathbf{C}_{x-r}$. So your final answer should look something like: $$ \frac{^{r+s} \mathbf{C}_r \,^{x+y-r-s} \mathbf{C}_{x-r}}{^{x+y} \mathbf{C}_x} $$ Otherwise the reasoning is correct.