Take 24 cards and make 3 stacks, one containing 11 cards, second containing 7 cards and third containing 6 cards.
Now you have 3 moves and you shall perform that in a manner that after 3 moves, all three stacks have 8 cards.
While moving, you can move only from one stack at a time and it should be as many cards as the stack to which you are moving to already has.
For example, if a stack has 6 cards, you will have to move exactly 6 cards to it, no less or no more. You may choose to shift 6 cards from any other stack but it cannot be combined.
Can you do it?