排队,3男3女,排成男,女,男,女,男,女.共有几种不同排法? for the first row, we pick 1 guy(among 3) and 1 miss(among 3), for the second row, we pick 1 guy among the remaining 2 as well as 1 miss among the remaining 2. for the third row, we make the rest guy and miss as a pair. Since we have 2 possibilities to order the guy/miss in each row (guy left/miss left), we multiply the result with 2. As summary, the total possibilites are: ( 3*3 + 2*2 + 1*1)*2 = 28 这样的解法对么? 谢谢 目前还有一种解法 3*3*2*2= 36~~~究竟哪种对呢~~ 还以人说288~~现在倾向于36~~
[此贴子已经被作者于2008-10-4 2:47:56编辑过] |