Probability of Picking k Winning Numbers in a Lottery

Punkyc7
Messages
415
Reaction score
0
In a lottery , 6 distinct numbers are selected at random from a set {1...50} and designated as a winning number. The player picks six numbers beforehand hoping to include as many numbers as possible. Find the probability that the user picks k winning numbers for k=1,2..,6
So my one concern is that my answers don't sum to 1for K=0 I have (44C6)/(50C6)
for K=1 I have (44C5)/(50C6)
for K=2 I have (44C4)/(50C6)
for K=3 I have (44C3)/(50C6)
for K=4 I have (44C2)/(50C6)
for K=5 I have (44C1)/(50C6)
for K=6 I have (44C0)/(50C6)

My reasoning is that for k=0 you didnt pick any of the six numbers so you must have chosen 6 of the 44 remaining
and used similar reasoning for k=1...6
My question is are my answers right or did i miss something ?
 
Last edited:
Physics news on Phys.org
Let's consider the case K=2, for example. Let's call your chosen 6 numbers "winners" and the remaining 44 numbers "losers". 44C4 is the number of ways you can pick the 4 losers-- there you are right.

But how many ways are there for you to pick the 2 winners?
 
There are 6C2. So there should be 6C2 * 44C4Thanks that fixed it
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top