I'm working on an excel project and I'm struggling with what the correct math equation is for the following problem.
Here's a simplified version of what I'm trying to calculate.
I have the following cards in a deck:
A, A, A
B, B, B
C, C, C
D, D, D
E, E, E
F, F, F
G, G, G
H, H, H
I, I, I
I'm looking to be able to calculate the odds of each card type (A, B, C, etc) as the deck of cards is being depleted if I draw multiple cards.
Example: If earlier the following cards were drawn (A, BB, HHH, I), what are the odds for each card type that it'll be drawn when I draw 2 additional cards.
Here's a simplified version of what I'm trying to calculate.
I have the following cards in a deck:
A, A, A
B, B, B
C, C, C
D, D, D
E, E, E
F, F, F
G, G, G
H, H, H
I, I, I
I'm looking to be able to calculate the odds of each card type (A, B, C, etc) as the deck of cards is being depleted if I draw multiple cards.
Example: If earlier the following cards were drawn (A, BB, HHH, I), what are the odds for each card type that it'll be drawn when I draw 2 additional cards.