31道难题中的题目中,请教以下4道题。其他也欢迎讨论。
1.2钥匙放入5个钥匙的钥匙环中,排在一起的概率
ANSWER 2C(5,1)/P(6,2) : 1/3 SURE
(可是我算出来是1/9, 2C(5,1)/P(10,2) )
4.DIGIT五个字母可以随意变化位置,问两个I之间至少用一个字母隔开的排法有多少?
36
(算法是P(5,5)/2-P(4,3)对吗? 想请问一下关于有重复的字母的排列该如何算,比如AAABC这五个字母共有几种排列?)
14.There are two sets, x and y . X is composed of multipples of 2, and y is
comosed od multiples of 4, is it poosible for integer m be of x while not of
y?
(1) m is even
(2) m/2 is not even integer
key:C
(我选B,因为条件1不需要,在集合X中的数都是偶数,对吗?)
29.5个数的平均数是0,其中正数的个数大于负数的个数么?
1)正数的平均数是12
2)负数的平均数是-6.
( C )
(我选E,请问C是怎么得出来的?)[em06][em06] |