Those are the mechanics:
- You always draw from 2 to 10 cards.
- You only use from A to 10. So 40 cards.
What I want to obtain:
- The % of times you gonna obtain a number repeated.
I want to make a graphic with how much % of at least one repeat you obtain with every number of draws.
I'm really really ignorant on this field, so please, teach me.
On the 2 draw I know I have to do 4/40*3/39 if I am not wrong. I do that because you have 4 possibilities to draw a certain number on the 40 cards and then 3 in 39 of the rest to repeat that number. It's that correct?
But I got lost in the 3 draw, because you can have the repeat in the first and second draw or in the second and third one.
How can I calculate this and the rest from 3 to 10 draws? Please, be as simple as possible so I can understand.
