|
216. 一个数除7余2,n=? E i) n<20 ii) n能整除8
I think the answer should be C according to the question, n can be 2, 9, 16, 23, 30........... for 1), n can be 1,2,3,4.....19. But We know that n should be 2, 9, 16. Because n has to be the number smaller than 20 and 除7余2. So 1) alone is not sufficient. for 2), n can be 0, 8, 16, 24, 32.......... not sufficient 1)+2) we can see that both 1) and 2) has 16, so we can tell that n should be 16! Please correct me if I am wrong. Thanx. |