You can put this solution on YOUR website! evaluate: 9C6 the 9 and 6 are small and to the bottom of the C.
----
9C6 is the number of unique sets of 6 you can build me using 9 objects.
---
Note: Each time you build a set of 6 you automatically build a set
of 3 objects that you not use. So 9C6 = 9C3
----
9C3 = (9*8*7)/(1*2*3) = 84
==============================
Cheers,
Stan H.
=================