This is a permutation problem, because the order in which we pick the stocks matters. The formula for permutations is $P(n, r) = \frac{n!}{(n-r)!}$, where $n$ is the total number of items, $r$ is the number of items to choose, and $!$ denotes factorial. In this
Show more…