Suppose you have three small decks of cards
[A,B]
[C,D]
[E,F]
How many unique combinations can you make following the rules that
- Limited to 3 cards
- Each deck must be used
- Only one card from each deck
ACE ACF ADE ADF BCE BCF BDE BDF
What formula would be used to determine this?