So I'm just doing a bit of probability questions and wanted to make sure I got it right.
I have $50$ balls numbered $1-50$, and we pick $6$ winning balls and $2$ supplementary without replacement.
So the chance to get the $6$ winning balls would simply be: $$\frac{6}{50} \cdot \frac{5}{49} \cdot \frac{4}{48} \cdot \frac{3}{47} \cdot \frac{2}{46} \cdot \frac{1}{45} = \frac{1}{15890700}$$
and for $5$ winning balls it would be, same process as above: $$\frac{3}{1059380}$$
Now the part that confuses me is $5$ winning, $1$ supplementary. Would this be given by: $$\frac{6}{50} \cdot \frac{5}{49} \cdot \frac{4}{48} \cdot \frac{3}{47} \cdot \frac{2}{46} \cdot \frac{44}{45} \cdot \frac{2}{44} = \frac{1}{7945350}?$$
Can someone please check if I did this right, I have a sense that I did not, but not sure where I went wrong.