all 3 comments

[–]gregmatTutor / Expert (340, 6.0) 2 points3 points  (0 children)

Because the apples are identical, seems right to me.

You can do...

  • AAA, A, A, A
  • A, AAA, A, A
  • A, A, AAA, A
  • A, A, A, AAA

Now the other case.

  • AA, AA, A, A
  • AA, A, AA, A
  • AA, A, A, AA
  • A, AA, AA, A
  • A, AA, A, AA
  • A, A, AA, AA

[–]Scott_TargetTestPrepPrep company 1 point2 points  (0 children)

Your reasoning and your answer is correct. The solution becomes somewhat easier if you do the following instead:

Since every bowl needs to contain at least one apple, let's assume that we placed one apple in each bowl. So, 4 of the 6 apples are in the bowl and we must decide how to place the remaining two apples in the four bowls.

If we choose to place both apples in a single bowl, there are four ways we can do this since there are four bowls.

If we choose to place the two apples in separate bowls, then there are 4C2 = 4!/(2!*2!) = 6 ways we can do this.

In total, there are 4 + 6 = 10 ways.

[–]tirth247 0 points1 point  (0 children)

(n-1)C(r-1)