I see that many a times we use the result
$$r(r-1) \binom{m}{r} =m(m-1) \binom{m-2}{r-2}.$$
I know it is easy to prove the result, but how to relate it to a practical problem, i.e. how do I look at it as a physical example?
I would highly appreciate if any one can help me relate this result to a practical situation.
I know it may be easy but I am just starting up.
Assuming you are looking for a combinatorial proof of the identity $m(m-1)\binom{m-2}{r-2}=r(r-1)\binom{m}{r}$
Given $m$ people, we wish to count how many ways we can form a committee with a chairman, a vice-chairman, and $r-2$ lower ranking committee members (for a total of $r$ committee members if you include the chair and vice-chair). We do this by counting in two different methods.
Method 1:
This gives a total of $m(m-1)\binom{m-2}{r-2}$ ways in which we can accomplish this.
Method 2:
This gives a total of $r(r-1)\binom{m}{r}$ ways in which we can accomplish this.
As both methods give a count for the same scenario, by fundamental principles of counting, the two expressions must be equal.