This is equivalent to choosing a group of three letters from 26, because there's only one valid order we have to deal with. This can be calculated using the combination formula, which is given by $\binom{n}{r} = \frac{n!}{r!(n-r)!}$, where $n$ is the total number
Show more…