hmm..you can get answer by yourself..just reduce the size of the question..
1)2
distinct bowls(A,B) , 3
distinct marbles(M1,M2,M3)
possibilities are...
A-M1,M2,M3;B-nothing & viceversa - 2 ways
A-M1;B-M2,M3 - 3 ways(for A if you keep M2 second time and M3 third time)
A-M1,M2;B-M3 - 3 ways(for B if you keep M1 second time and M2 third time)
so total is 2+3+3 = 8 = 2^3 ways
what you are asking for is...
2)2
distinct bowls (A,B), 3
same marbles(M,M,M)
A-M,M,M;B-nothing (& vice versa) - 2 ways
A-M,M;B-M(& vice versa) - 2 ways
so total is 2+2 = 4 ways = (3+2-1)C(2-1) ways
hope this helps.
user123321
knight247 wrote:@user123321
Got another silly question for you. Why couldn't this answer be (5)^4 because we have 4 bowls and the 5 balls can be placed in any of them? Is there any funda to identify which is the base and which is the exponent in such type of problems. Hoping u could clarify. Thanks