C(4, 3) means the number of combinations from 4 items taking 3 at a time. We are selecting 3 distinct items and it doesn't say anything about the order in which they are selected , so we use a combination formula not a permutation ( where order does matter).