From the first twenty positive integers, how many ways can we select 6 integers so that no two integers from the six chosen ones are consecutive?
I tried using sticks and stones, but my thought process kept running out of gas and I can't see to get on track.
There will be $14$ integers not chosen. Write down $14$ occurrences of $\times$, like this: $$\times \quad\times\quad\times \quad\times\quad\times \quad\times\quad\times \quad\times\quad\times \quad\times\quad\times \quad\times\quad\times \quad\times$$ These determine $15$ gaps, $13$ real ones plus $2$ endgaps. We must choose $6$ of these to slip a Y (yes) into. There is a natural one to one correspondence between the strings of length $20$ made up of $14$ $\times$ and $6$ Y, with no two Y consecutive, and the valid choices. (Number the elements of the string from the left.) The number of ways is therefore $\binom{15}{6}$.