An integer greater than 1 that is not prime is called composite. If the tow-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.-- by 会员 cx_ding (2009/12/5 5:38:14) [/quote]
How about answer A
let "ab" represent n, then n=10a+b
1) The tens digit of n is a factor of the units digit of n==>b=ak(k >=1, integer)==> n=10a+b=10a+ak=ak(10+1) see,n is greater than 20, then n is a composite, sufficient!
2) The tens digit of n is 2, n could be any number from 21-29, could be prime (23,29) or composite(21, 24...) insufficient... |