183.Verson 2 : A professor will assign seven projects to three students. If two students each got 2 projects, and the other one got 3 projects, how many ways are possible? C31*C72*C52=630, <question>C31是啥思路啊?
183. Verson 2 : A professor will assign seven projects to three students. If two students each got 2 projects, and the other one got 3 projects, how many ways are possible? C72*C52 *C31=630 Verson 3 :3个programs 分给7个学生,有2个学生做A,两个学生B ,三个学生C,问几种做法。C72*C52=210 (這個跟version 2 有何不同??) 暈了~~~