We define the Perfect Shuffle to be an operation that, from a stack of 2n cards, does the following:
- Divide the deck into the "top n cards" (aka Top Deck) and the "bottom n cards" (Bottom Deck)
- reassemble a new single deck (ND) by taking the bottom card from the TD, then adding the bottom card from the BD on top of the ND... rinse and repeat until both the BD and TD are exhausted (the card on top of the ND will thus be the card that was on top of the BD).
This defines a permutation of our 2n cards. The questions are:
After how many Perfect Shuffles will the deck come back to its initial state, if the deck is composed of:
Question
Guest
Fun with Perfect Shuffles:
We define the Perfect Shuffle to be an operation that, from a stack of 2n cards, does the following:
- Divide the deck into the "top n cards" (aka Top Deck) and the "bottom n cards" (Bottom Deck)
- reassemble a new single deck (ND) by taking the bottom card from the TD, then adding the bottom card from the BD on top of the ND... rinse and repeat until both the BD and TD are exhausted (the card on top of the ND will thus be the card that was on top of the BD).
This defines a permutation of our 2n cards. The questions are:
After how many Perfect Shuffles will the deck come back to its initial state, if the deck is composed of:
-4 cards ?
-10 cards ?
-52 cards ?
-20 cards ?
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.