Two players have randomly shuffled decks. They compare the cards in order one at a time, checking if there is a match in rank (i.e. suit doesn't matter). What's the probability that there is no match?
If suit matters, this problem boils down to the number of derangements of 52. However, since suit doesn't matter the problem is a bit different and seems to be harder from what I can tell.