1 if n is a positive integer and r is the remainder when (n-1)(n+1) is divided by 24, what's the value of r ? 1.n is not divisible by 2 2.n is not divisible by 3 代入法:显然1,2单独都不能确定r。 但是1,2合起来,比如n=5,7,11,代入后r均为0.所以选C. 这么解不是很完善。 2 a set of 15 different intergers has a median of 25 and a range of 25. what's the greatest possible integer that could be in this set? 32 37 40 43 50 中数确定,范围确定,并且都是必须是不同的数。那么小数最大只能是18,大数最大只能是43. 3 how many odd integers are greater than the integer X and less than the integer Y? 1.there are 12 even integers greater than X and less than Y 2.there are 24 integers greater than X and less than Y 单独的1,2肯定推不出所求的。但1同2合起来了就可以了。因为除了偶数就是奇数。选C |