We have n different things.
We are to select r things at a time such that two specified things occur together.
Remaining things = n 2
Out of the remaining (n 2) things, we can select (r 2) things in n 2Cr 2 ways.
Consider the two things as one and mix them with (r 2) things.
Now, we have (r 1) things that can be arranged in (r 1)! ways.
But, two things can be put together in 2! ways.