You can put this solution on YOUR website! The number of ways that k individuals can be selected from a set of N individuals is given by the formula:
where N! = N(N - 1)(N - 2)***(3)(2)(1) (for example, 6! = (6)(5)(4)(3)(2)(1) = 720). So for this problem:
14! = (14)(13)(12)(11)(10)(9)(8)(7)(6)(5)(4)(3)(2)(1)
8! = (8)(7)(6)(5)(4)(3)(2)(1)
The number 14! is very large, but notice that 8! is just the last eight factors of 14!, so since we are dividing 14! by 8!, we can just cancel out those last eight factors and get:
So there are 3003 ways to choose a committee of 8 from a group of 14.