QUESTION: Consider all the permutations of the $26$ English alphabets that start with $z$. In how many of these permutations the number of letters between $z$ and $y$ is less than that between $y$ and $x$?
Source: ISI BMath 2017 UGA
MY APPROACH: This is what I have done-
The $13^{th}$ place is the mid point of the $26$ places we have for the $26$ letters. Now, the first place is obviously occupied by $z$. Observe that,
If $y$ sits somewhere right to the $13^{th}$ place then $x$ cannot be placed to the right of $y$, and therefore, $x$ will only occupy any position to the left of $y$. So, that's not required.
Note From here on we will not mention that $x$ can always be placed at the left of $y$ (since that's unnecessary). We will only bother with the cases where $x$ is to the right of $y$.
If $y$ occupies the $13^{th}$ place then $x$ can occupy the $26^{th}$ place only, therefore we get only one way for $x$ here.
If $y$ occupies the $12^{th}$ place then $x$ can be placed at $26^{th}$,$25^{th}$ or $24^{th}$ place, thus $3$ ways.
Following this pattern, we get the series (as $y$ moves from $12^{th}$ to the $2^{nd}$ place) $$1+3+5+...+23$$
So, we are done with all possible cases where $x$ is to the right of $y$.
And therefore,, our answer must be $$[144].23!$$
Am I correct? If not, where is the mistake that I have made?
Can you please provide me with some alternate solution? This seems a bit lengthy..
Thank you so much.
That’s definitely bad — if x is to the left of y, the number of letters between x and y is certainly less than that between z and y, which is the wrong way around!
(this is because the sequence must start with z)
On the other hand, $144\times 23!$ looks right to me, if you disinclude those cases.