🤖 Ai回答: To solve the problem, we need to determine the number of ways to form a group of 5 people from a set of 10 people、This is a classic combination problem, where the order of selection does not matter、The number of ways to choose \( k \) elements from a set of \( n \) elements is given by the combination formula:
\[
\binom{n}{k} = \frac{n!}{k!(n-k)!}
\]
In this problem, \( n = 10 \) and \( k = 5 \)、Plugging these values into the formula, we get:
\[
\binom{10}{5} = \frac{10!}{5!5!}
\]
Next, we need to compute the factorials、Recall that \( n! \) (n factorial) is the product of all positive integers up to \( n \)、So, we have: