- UID
- 579779
- 在线时间
- 小时
- 注册时间
- 2010-11-3
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
2+a,2+b,2+c,2+d,2+e
This must work since each remainder is changed to plus 2 and they are not equal, either.
2a,2b,2c,2d,2e
Suppose we have remainders of 1, 2, 3, 4, 0 for a to e. Then for 2a, 2b .. 2 e the remainders become 2, 4, 1, 3, 0. Still not equal.
Following the same line of thinking, for a^2,b^2,c^2,d^2,e^2, the remainders become 1, 3, 4, 1, 0. Not working any more due to the presence of two 1's. |
|