|
發表於 21-12-2009 07:46:22
|
顯示全部樓層
本帖最後由 [H]bunbunbunbun 於 21-12-2009 00:02 編輯
一齊討論下:
1.Prove that for any integer n,n6+2n5-n2-2n can be divisible by 120.
2.Given that for any a belong to real number, let the sum of a1,a2,...,an can be divisible by 30,prove that a15,a25,... ...
-終場ソ使者- 發表於 27-11-2009 16:47 
1. n^6+2n^5-n^2-2n=n(n^5+2n^4-n-2)=n(n+2)(n^4-1)=n(n+2)(n^2-1)(n^2+1)=n(n+2)(n-1)(n+1)(n^2+1)=(n-1)(n)(n+1)(n+2)(n^2+1)
Since n-1, n, n+1 and n+2 are four consecutive integers, one of them must be divisible by 2, one of them must be divisible by 3 and one of them must be divisible by 4.
Then if the one of the four integers is divisible by 5, (n-1)(n)(n+1)(n+2)(n^2+1) is divisible by 5
If all of them are not divisible by 5, then n = 2 mod 5
n^2 = 4 mod 5
n^2+1 = 0mod5, i.e. n^2+1 is divisible by 5
Thus the statement is true for all integers
NB, this Q cannot be done by simple induction as you have to prove that this is true for all integers, not just positive. (or you can do two inductions i suppose....)
2. real numbers or natural numbers-.-? Plus I haven't learn about cyclic summation, not sure if I can do that |
|