Question:
If $P_n$ denotes the number of ways in which three people can be selected from $n$ people sitting in a row and if no two of them are consecutive and $P_{n+1}-P_n=15$, then find the value of $n$.
My attempt:
$P_n=\binom{\frac{n}{2}}{3}$ as three can be selected from $\frac{n}{2}$ people and other $\frac{n}{2}$ people cannot be selected.But I've reached a dead end while solving the problem. Please help me.
The answer is $8$.
If you select any $3$ people out of the $n$ seating in a row, the people are divided into 4 regions (a rough sketch like the one below might help).
- - - - -| - - - - - - |- - - - - - |- - - - -
Let $x_1, x_2, x_3, x_4$ be the number of people in the $4$ regions. Then $$x_1 + x_2 + x_3 + x_4 = n-3$$ Now, here $x_2$ and $x_3$ can't be $0$, otherwise people selected will become consecutive. But $x_1$ and $x_4$ can be $0$. So, do the substitution $$x_2 = x_2^{'} + 1$$ $$x_3 = x_3^{'} + 1$$ Now as the least value of $x_2$ and $x_3$ is $1$, the least value of $x_2^{'}$ and $x_3^{'}$ is $0$. The new equation becomes $$x_1 + x_2^{'} + x_3^{'} + x_4 = n-5$$ Now the multinomial theorem is applicable as all the variables are non-negative. Hence, we get the value of $P_n$ as $\binom{n-2}{3}$. Solve the given equation now to get the value of $n$ as $8$.