Merging of Companies

Suppose we have N companies, and we want to eventually merge them into
one big company. How many ways are there to merge?



Select any two companies and merge them, now we are left with n-1 ... and so on.
nC2 + n-1C2 + n-2C2 + ... + 2C2

No comments: