96. 这题我没弄明白,the range of daily low temperature in June is 20 and 25 in July, what is the smallest range of the daily low temperature in the two month? 答案有 5, 20 , 25, 30 , 45 题目的意思应该是这样吧:in June range(设为r1)=20 in July range(设为r2)=25 求两个月最低的range,用排除法 1.5是一定不可能的 2.20也不可以,我不知道改怎么表述 3.25,可以r1=25-5=20 r2=25-0 所以r=25-0=25
48.选取 two of the letters a,b,c and d and either 1 or2排列,可以重复但是不能分开 后面给了例子 (aa1, ab1 or 2ac)这样的 问排列有多少种可能? 我选 64 因为字母排列是可重复的所以 有4X4 种可能,然后再 X2 表示 选取 1或是2 ,再X2 表示排放在字母前面或是后面的可能最后是64。 题目叙述不太明白 ===either 1 or2排列,可以重复但是不能分开 后面给了例子 (aa1, ab1 or 2ac)这样的 问排列有多少种可能? 4*4明白 后面不太明白 可能是题没看明白 题目什么意思呢