This can be done using the combination formula, which is given by:
\[ C(n, r) = \frac{n!}{r!(n-r)!} \]
where \( n \) is the total number of socks (16 in this case), \( r \) is the number of socks we want to select (6 in this case), and \( ! \) denotes factorial.
Show more…