I was trying to solve a question related to combinatorics as follows :
A group contains $n$ persons. If the number of ways of selecting $6$ persons is equal to the number of ways of selecting $9$ persons, then find the number of ways of selecting $4$ persons from the group.
I dont have a step by step solution for concluding that $n=15$.
I tried to solve for $n$ but I am stuck at $(n-9)(n-8)(n-7)=(1/504)$
Remember the reflection/symmetry identity:
$$ \binom{n}{k} = \binom{n}{n-k} $$
Notice that the lower indices sum to $n$. Thus, $ n = 6+9 = 15.$
The rest follows.