This game has circulated K-Pop stan Twitter:
I’ve never actually attempted it myself, as I know that 99.999999% of the time I will screw this up. Badly. However, I’ve seen some pretty amusing results and heard some pretty funny stories about it.
Sometimes, people would play this game by getting a list of member names first to match them to their faces. This ostensibly increases their odds of getting everyone’s names right from practically zero to merely something undetectable by 10-digit calculators, and perhaps gives them something of a fighting chance of getting at least one. Anyway, let’s try this variant of this game, as described in a puzzle I posed to my followers:
It was pretty close, but a plurality said that the odds of getting at least one correct get better as the number of members gets larger. Let’s see how correct this is.
(Before we proceed, of course I’m making the following assumptions: we play fairly, i.e. we assign distinct names to every member.)
A Preliminary Approach
Let’s start by looking at small cases.
Say you have only one member. This isn’t particularly interesting, because there’s literally no way you can mess this up. This case also pretty much never pops up, so we can safely ignore it.
Now suppose we’re talking two members. Still not particularly interesting–there are only two possibilities. Either you get them both right, or you get them both wrong. So the odds are now 50%.
If we stop here, then our conclusion is that the odds are worse the more members you have.
Let’s move on to three members, the first actually “interesting” case here.
For convenience, let’s say that the members are 1, 2, and 3. Then we can think of each assignment of “names” as an arrangement of the three numbers: the first number is the “name” we assign to Member 1, the second number is the name assigned to Member 2, and the third member is the name assigned to Member 3. A number in the correct place is a member correctly named. Basically, getting them all right would be the arrangement 1 2 3.
There aren’t too many possible arrangements. In fact, there are exactly 6, and it’s not hard to list them all (red numbers denote numbers in their places):
1 2 3 ✔️
1 3 2 ✔️
2 1 3 ✔️
2 3 1
3 1 2
3 2 1 ✔️
Thus, the odds of getting at least one member are .
In a similar vein, we can attack the case of four members. The list is a bit longer, but still manageable:
1 2 3 4 ✔️ 2 1 3 4 ✔️ 3 1 2 4 ✔️ 4 1 2 3
1 2 4 3 ✔️ 2 1 4 3 3 1 4 2 4 1 3 2 ✔️
1 3 2 4 ✔️ 2 3 1 4 ✔️ 3 2 1 4 ✔️ 4 2 1 3 ✔️
1 3 4 2 ✔️ 2 3 4 1 3 2 4 1 ✔️ 4 2 3 1 ✔️
1 4 2 3 ✔️ 2 4 1 3 3 4 1 2 4 3 1 2
1 4 3 2 ✔️ 2 4 3 1 ✔️ 3 4 2 1 4 3 2 1
This gives us odds of .
Listing all arrangements isn’t exactly the best way to study this though. The reason is that the number of arrangements grows extremely rapidly as the number of members does. For five members, we have 120 arrangements; for seven members, we have 5,040 arrangements; for the 21-member NCT, there are more than 51 quintillion arrangements (51,090,942,171,709,440,000 to be exact)!
We thus need to attack this more systematically. In the succeeding sections, we will cover some basic counting concepts, then apply them to this problem.
Factorials
Again and again, we will be considering products of the form where
is a positive integer. We denote this product by
. Before you break your roommate’s ear yelling out numbers, know that this is actually read as “n factorial.” For example,
;
, and
. As a matter of convention, it is useful to define
. We will see why in a bit.
In fact, the number of possibilities for members is exactly
. To see why this is so, let’s look at the case for three members. For member 1, there are exactly three possible names you can give them. Then for member 2, since one of the names has been assigned to member 1, there are exactly two more names. Finally, for member 3, there is exactly one name remaining.
Thus the total number of possibilities we have for three members is . More generally, if you have
members, then there are
possible names for the first member,
possible names for the second member, and so on and so forth until you have to assign the last name to the last member, and the total number of possibilities is
which is exactly how we defined
.
Permutations and Combinations
A permutation of distinct objects out of
distinct ones is an ordered selection of
objects out of
, where
. We denote by
the number of permutations of
objects out of
. For example, suppose we want
. That is, we choose all
objects, and order them. Basically, we are just counting the number of ways to arrange
objects. Thus, from the above,
.
For another example, we want . We have exactly six such permutations: 1 2, 1 3, 2 1, 2 3, 3 1, and 3 2. There is another way to arrive at that answer without listing everything down. First, we count the number of possible choices for our first number. There are three. Then, for each choice of the first number the number of choices for the second number is two, and so we have
permutations, as desired.
More generally, suppose we want permutations of objects out of
. For the first object, there are
possibilities. For the second, since we already chose one object, there are
possibilities left. For the third, as we have chosen two objects, there are
possibilities. And so on and so forth. Until we get to the
th object, where, since we have chosen
objects, we have
possibilities. Thus,
.
In fact, we can rewrite this formula in terms of factorials. This is the product of all numbers from to
. However, we can think of this as the product of all numbers from
to
, but we remove everything from
to
. Thus, we have
(This is why we use .)
Combinations are like permutations, except that this time, order does not matter. We denote the number of combinations of objects out of
by
.
For example, if we want , we want to choose two out of 1, 2, 3. We choose 1 and 2, 1 and 3, or 2 and 3. (Note that choosing 2 and 1 is the same as choosing 1 and 2.) Thus
.
Let’s find a more general pattern given and
. From the above, counting the number of permutations of
objects out of
, we have
. However, for each combination of
objects, we have
different arrangements, and thus there are
different permutations corresponding to any such combination. Thus, we have
The Principle of Inclusion And Exclusion
Suppose we want to count the number of items in a bunch of sets. Say we have two fandoms, A and B, and we want to count how many people are in at least one of the two fandoms. First, we count the number in A, then we count the number in B. Then we add them. Unfortunately, this approach gives us too many, because some people are in both fandoms and get counted twice. To compensate, we subtract the number of people in both fandoms. Now everyone is counted exactly once, and we are happy.
Let’s try this for the case of three fandoms. Let’s add C as a third fandom. So if we naively add the number of those in A, those in B, and those in C, we’ve counted the number of people in A and B, B and C, or C and A twice, and in fact we’ve counted the number of people in all three fandoms thrice! To compensate, we subtract the number of people in A and B, B and C, and C and A.
However, when we do this, we subtract the number of people in all three fandoms thrice. Since we added them thrice earlier, they are no longer accounted for. To finish off, we have to add this number back.
In general, if we want to count the total number of distinct elements of a union of sets, we first count the number in one of the sets, then we subtract the number in two of the sets, then add back the number in three of the sets, and so(w)on and so forth.
This formula is called the principle of inclusion and exclusion.
Let’s now try and apply this to our original problem. For the case of four members, we counted exactly 15 arrangements with at least one correctly placed number. Let’s see if we can get this number without listing everything.
First, we count the number of arrangements with one correctly placed number. If 1 is placed correctly, then we can place 2, 3, 4 wherever we want. This gives us arrangements where 1 is placed correctly. Similarly, we have 6 arrangements where 2 is placed correctly, 6 arrangements where 3 is placed correctly, and 6 arrangements where 4 is placed correctly.
Of course, if we naively add these together, we get arrangements with at least one correctly placed number, which doesn’t make any sense at all.
The problem is that we’ve counted some arrangements more than once. For example, when we counted the arrangements with 1 placed correctly, we also counted some arrangements where 2 was placed correctly as well; these arrangements then got double-counted when we counted the number of arrangements with two placed correctly.
To compensate, we count the number of arrangements with two correctly placed numbers. For example, if we place 1 and 2 correctly, we have to place 3 and 4, and there are exactly ways to do this. Similar count for 1 and 3, 1 and 4, 2 and 3, 2 and 4, 3 and 4. Thus we subtract
from our answer.
This leaves us with an undercount now, though, for similar reasons. The arrangements where three numbers were placed correctly were subtracted too many times, so now we have to add them back in. We have exactly one arrangement where 1, 2, and 3 are placed correctly. Similarly, we have one arrangement where 1, 2, and 4 are placed correctly; one where 1, 3, and 4 are placed correctly; one where 2, 3, and 4 are placed correctly. We thus add to our answer.
And again, to compensate for the overcounting, we have to subtract the arrangement where all four are placed correctly, namely 1 2 3 4. Thus, finally we subtract , and our answer is
, as we wanted.
Let’s tackle this generally. Suppose you want to count the number of arrangements of numbers with at least
of them placed correctly. First, we choose which
of them to place correctly. There are
ways to do this. Then, for the remaining
objects, there are
ways to arrange them. Hence, there are
such arrangements.
Thus, by applying the same reasoning as in the preceding example, the number of arrangements of numbers with at least one number placed correctly, which we shall denote by
, is given by the formula
and so, if we define by the probability of getting at least one out of
members right (let’s not confuse this with
), we have
With the above formula, let’s study the behavior of the values of .
You can see that the values go up and down. However, they quickly get close to about 0.632121. In fact, we are sure they won’t get too far from that after some point. Note that the difference between consecutive values of is
. Since
gets large rapidly,
gets very small rapidly. Moreover, aside from the changes getting very small rapidly, they also take turns going in opposite directions, so any “attempts” to break away from this limiting value are immediately undone by the next change.
This reasoning can made just a bit more rigorous to conclude that indeed the answer is that the probability, in fact, stays roughly the same as gets large.
An Infinite Series
We can do even better than 0.63, in fact, if we want a name for this value. Euler’s number, denoted in many calculators as with approximate value
, is a magical and mysterious thing, and if I were to try and explain all of its awesome properties, I would never finish this article. Anyway, one of the cool things about it is that for any number
, the sum
gets closer and closer to the exponential the more terms we add.
If we let , this means that
gets closer and closer to .
Hence, from simple manipulation, we see that
gets closer and closer to the more terms we add. But in fact the sums of the first
terms here are exactly our values of
.
Exercise: The Case
These girls’ stage names are JiU, SuA, Siyeon, Handong, Yoohyeon, Dami, and Gahyeon.
- Based on the formula above, what are the odds you will get at least one of them right?
- Do try and identify these members.
- Bonus: try to identify them in the clip below.