The number of ways of choosing $3$ distinct numbers from first $15$ natural numbers such that no two are consecutive is $143\cdot k$ then what is $k$ equal to?
My attempt:
$$\text{Total ways of selecting non consecutive no's} = \text{Total ways of selecting} - \text{Total ways of selecting consecutive no's}$$
$$= ^{15}C_{3} - (15-3+1)$$
$$= ^{15}C_{3} - (13)$$
which is wrong when inspected.
Please help me out.
Each admissible selection can be encoded as a binary word $w$ of length $15$ having three ones, no two of them consecutive. Given such a $w$ there are a zero immediately after the first and the second ones. Suppress these two zeros, and obtain a binary word $w'$ of length $13$ having three ones and no other specialities. There are ${13\choose3}=286$ such words $w'$. Conversely: Given such a $w'$ you obtain an admissible $w$ of length $15$ by inserting a zero after the first and after the second one.