The rules of a lottery are as follows: You select 10 numbers between 1 and 50. On lottery night, the celebrity mathematician Richard Thomas chooses at random 6 'correct' numbers. If your 10 numbers include all 6 correct ones, you win. How many ways are there to win the lottery?
From my understanding, the requested number is given by $$\binom{10}{6}\times \binom{44}{4}$$
Am I right? Thank you very much for you help.
For the sake of completeness, here is the original statement taken from the book:
The rules of a lottery are as follows: You select 10 numbers between 1 and 50. On lottery night, celebrity mathematician Richard Thomas chooses at random 6 “correct” numbers. If your 10 numbers include all 6 correct ones, you win. Work out your chance of winning the lottery.
A lot of controversy has erupted over the meaning of the problem. To me, it seems that looking at the epithet eminent, the mathematician has been entrusted the task of choosing $6$ numbers which are "correct" (ie winning numbers) instead of, say a computerised selection, and the question is how many ways "you" can win the lottery.
The numbers are divided into two: winning numbers $(6)$ and non-winning numbers $(44)$ You win only if you have drawn all $6$ winning numbers and $4$ non-winning numbers
Then # of ways of winning $=\binom66\times\binom{44}4$, and the upper binomial indices must add up to $50$, as I had commented.
And the probability of winning the prize would be $Pr = \dfrac{\binom66\binom{44}4}{\binom{50}6}$
Different interpretations will obviously give different answers !