The letters C, I, R, C, L, and E can be used to form 6-letter strings such as CIRCLE or CCIRLE. Using these letters, how many different 6-letter strings can be formed in which the two occurrences of the letter C are separated by at least one other letter?
96
120
144
180
240
C(4,2)表示从4个物品当中随机抽取2个的方法种类。
C(4,2)=6,即从4个物品当中随机抽取2个一共有6种方式。
A(4,2)表示从4个不同物品中随机抽取两个进行排列的种类。
其中A(4,2)=C(4,2)*A(2,2)=12,
登录 或 注册 后可以参加讨论