This is a combination problem, which can be solved using the formula:
$$C(n, k) = \frac{n!}{k!(n-k)!}$$
In this case, n = 8 (total number of fruits) and k = 4 (number of fruits to choose). So, we have:
$$C(8, 4) = \frac{8!}{4!(8-4)!} = \frac{8!}{4!4!}$$
Now,
Show more…