You can put this solution on YOUR website! 5 students from your class of 100 are slected for a conference. How many groups of 5 are possible?
------
Counting groups is counting combinations:
Your Problem:
100C5 = (100*99*98*97*96)/(1*2*3*4*5)
= 75,287,520
----------------------
Cheers,
Stan H.
======================