In 4 permutations, the first 2 letters can be the same but the last 2 letters are different, and it is counted as a permutation (ABCD, ABDC). The first two (AB) are the same, and the last two (CD and DC) are in different arrangements, still counted as two permutations. That’s why we have to subtract it with the selected value, which is 2
Is this correct?