一个大于1且不是质数的整数被称为composite.如果一个两位数n大于20,n是不是composite?其实就是问n是质数吗? 1、n的十位数是它个位数的一个因子。 这个举几个例就看出来了。比如十位是2,那个位一定是偶数。十位是3,各位就是3、6、9,这些情况n一定不是质数。 2、n的十位数是2。那么n可以是22,也可以是23,不确定是不是质数。 选A。
An integer gerater than 1 that is not prime is called composite. If the two-digit integer n is greater than 20, is n composite? 1. The tens digit of n is a factor of the units digit of n. 2. The tens digit of n is 2. 答案是A. 我在没读明白题得情况下选了C  请好心NN讲讲怎么回事儿。。。  万分感谢!! -- by 会员 Janekw (2011/4/19 8:56:56)
|