This is a question asking you to pick 3 fruits from an array of 7 different fruits.
This means we can use combination to solve this question.
To pick r things from a set of n things:
![\begin{gathered} C^n_r=(n!)/(r!(n-r)!) \\ \text{where n! = n }*\text{ (n-1) }*\text{ (n-2) }*\ldots \end{gathered}](https://img.qammunity.org/2023/formulas/mathematics/college/k8nequib4j81paoqqqx9jtzlv8nftevqf4.png)
Thus, to pick 3 fruits from a set of 7 fruits:
![C^7_3=(7!)/(3!(7-3)!)=(7!)/(3!4!)=7*5=35](https://img.qammunity.org/2023/formulas/mathematics/college/jc3f16eeh3d7d9tj7v6451znafegag108p.png)
Therefore, the number of ways to pick 3 fruits from 7 fruits is = 35 ways