这题之前我也纠结了很久,最后确实是选择C。(a-b) and (a/b) are both even integers,则说明,a,b同为偶数,然后由于a/b=2n,则可以推出 a=2nb,此时a+2=2nb+2, (a+2)/2=nb+1 由于b为偶数,所以a+2/2一定是奇数。 这种must题目最让人郁闷了。往往套数字时容易遗漏,所以建议的是做的时候把相邻的几个数字都套一下,就出来了。
159. 15957-!-item-!-187;#058&010660 If n is a positive integer and r is the remainder when (n - 1)(n + 1) isdivided by 24, what is the value of r ?
(1) n is not divisible by 2.
(2) n is not divisible by 3. --------------------------------------------------------------------------------------------------------------------------------------------------------【答案】C