我有一个问题想请教各位大大
最近在写排列组合的考古
发现到有两题如下
[99 台大工科]
In how many ways can we describe 8 red balls and 9 blue balls among 6 children
so that each child receives at least one blue ball?
Ans : (C8+5取5) x (C3+5取5)
[83 成大资工]
Find the number of ways of distributing 8 apples and 6 oranges to 3 children
so that each child can get at least 2 apples and at most 2 oranges?
Ans : (C4取2)
我还蛮困惑的是因为
我知道我在写重复组合的考题
所以自然就把上述的球与水果视为相同物
但是如果真正上考场
题目真的也没有标明 如上述两题的
红球 蓝球 又或者是 苹果 橘子 是相同又或是不相同
遇到了要怎么判断呢?!