You can put this solution on YOUR website! .
A fisherman has 12 different trout flies. How many different selections of 3 flies each can he make?
~~~~~~~~~~~~~~
12*11*10 = 1320, if the order is important. (ordered sets, permutations).
= = 2*11*10 = 220, if the order is not important. (unordered sets, combinations).
Solved.
-------------------
On Combinations and Permutations, see introductory lessons