4. an integer greater 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. 1) Let's say the units digit of n is a. Then the tens digit of n is a factor of a. Therefore, n = 10*m*a + a = a*(10m +1). Then n has a factor of a and a is bigger than 1 since n is greater than 20. n is a composite for sure. Sufficient. 2) Insufficient. 21, 22, 23 .... -- by 会员 sdcar2010 (2011/1/5 11:56:31)
do not understand n = 10*m*a + a, should it be like n = AB = 10xA + AC =A(10+C).. ?
|