Question 773341
<pre>
Since the order in which they are chosen is not important, this 
problem asks for the number of combinations (not permutations) 
of 14 things taken 3 at a time.

          14×13×12
C(14,3) = -------- = 364
           3×2×1

Edwin</pre>