22. Consider the following technique for shuffling a deck of n cards. For any initial ordering of...
Question:
22. Consider the following technique for shuffling a deck of n cards. For any initial ordering of the cards, go through the deck one card at a time and at each card flip a fair coin. If the coin comes up heads, then leave the card where it is, and if it comes up tails, then move that card to the end of the deck. After the coin has been flipped n times, say that one round has been completed. For instance, if n = 4 and the initial ordering is 1, 2, 3, 4, then if the successive flips result in the outcome h, 1, 1, h, then the ordering at the end of the round is 1, 4, 2, 3. Assuming that all possible outcomes of the sequence of n coin flips are equally likely, what is the probability that the ordering after one round is the same as the initial ordering?
Step by Step Answer: