Get detailed and accurate responses to your questions on IDNLearn.com. Get accurate and comprehensive answers to your questions from our community of knowledgeable professionals.

C ( 16, 2) combination

Sagot :

9514 1404 393

Answer:

  120

Step-by-step explanation:

The function C(n, k) can be written in terms of factorials:

  C(n, k) = n!/(k!(n -k)!)

Then ...

  C(16, 2) = 16!//(2!(16 -2)!) = (16·15)/(2·1)

  C(16, 2) = 120