举报
题目意思差一点就千差万别,如果3个组干不同的事,就有排列,否则就没有吧?
偶以为:2^3*P(3,3)=48,先分3组的排列,再每组里两个分别的2重排列,请大家拍拍啊!
I think it should be C(6,2)*C(4,2)/P(3,3)=15
C(6,2) means in step 1, choose 2 randomly from 6, and mark "this is group 1"
C(4,2) means in step 2, choose 2 randomly from 4, and mark "this is group 2"
C(2,2)=1 means in step 3, choose 2 from 2, and mark "this is group 3"
now, we have group 1, group 2 and group 3, but they are permutations because they include the order.
but in this question, we do not have to consider the order, so there is a division.
发表回复
手机版|ChaseDream|GMT+8, 2026-6-9 21:27 京公网安备11010202008513号 京ICP证101109号 京ICP备12012021号
ChaseDream 论坛
© 2003-2025 ChaseDream.com. All Rights Reserved.