The order in which we choose the toppings does not matter, so we are dealing with combinations, not permutations. The formula for combinations is given by:
\[ C(n, k) = \frac{n!}{k!(n-k)!} \]
where \( n \) is the total number of items, \( k \) is the number of
Show more…