3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 23, 25, 27
(1) m is not divisible by 3.
5, 7, 11, 13, 17, 19, 23, 25
Each one only has one prime number as its factor. So condition 1 is sufficient.
(2) m is not divisible by 5.
3, 7, 9, 11, 13, 17, 19, 21, 23, 27
21= 3 * 7. So 21 has two prime numbers as factors while the rest of the numbers only have one prime number as their factor. So condition 2 is not sufficient.
-- by 会员 sdcar2010 (2010/12/14 6:12:04)
明白了,多谢!