- UID
- 244797
- 在线时间
- 小时
- 注册时间
- 2007-6-4
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
267. If n is an integer between 10 and 99 and n is divisible by 7, the remainder is 3, is n< 80? 1) When n is divided by 5, the remainder is 0->不充分 2) When n is divisible by 3, the reminder is 0 Inclusive ?
n = 7m + 3
from 1) à n = 5k à n = 35t + 10, t = 0, 1, 2, 3, … sonot A
from 2) à n = 3s à n = 21a + 24a = 0, 1, 2, 3, …sonot B
union à n = 35t + 10 , n = 3s à n = 105 k + 45 在 10 到 99 只有45满足条件 so C ========================= 其中10,24,45分别是怎么算出来的?谢谢
|
|