The number of ways that we can put five identical fruits into three bowls is: 21 ways
How to Solve Permutation?
There are different ways to approach this problem, but one possible method is to use stars and bars.
We can represent the five fruits as five stars and the three bowls as two dividers (bars), which create three sections to place the stars.
For example, if we have two stars in the first section, one star in the second section, and two stars in the third section, this corresponds to putting two fruits in the first bowl, one fruit in the second bowl, and two fruits in the third bowl.
The number of ways to arrange five stars and two bars is the same as the number of ways to choose two positions out of seven to place the bars, which is given by the binomial coefficient;ways
(5 + 3 - 1) C (3 - 1) = 7C2 = 21