CartoonKid
- 125
- 0
How to prove 13|4^(2n+1)+3^(n+2) for any positive integer?
robert Ihnot said:It happens to be that 3==4^2 Mod 13. So the equation can be written as
4^(2n+1)+4^(2n+4) = (4^2n+1)(1+64)=(4^2n+1)(5*13)==0 Mod 13.
TenaliRaman said:(I am too lazy to do latex but i think situation demands it right now)
CartoonKid,
In general,
a^n - b^n = (a-b)(a^{n-1} + a^{n-2}b + a^{n-3}b^2 + ... + b^{n-1})
(...
CartoonKid : hey u put all plus signs now and u had put negative signs before ... which is right??
TenaliRaman : err ... ummm u see it was pretty late last night and i was dreaming abt this princess who comes in a horse and picks me up and then also buys me a G5 and P4 HT machines .. so it all err umm u get it right!
...)
How to go abt showing this?
1>Using modular arithmetic : we'll skip this as u are not introduced to this method yet
2>How abt Geometric progression ? ofcourse
we know that,
1+x+x^2+x^3+...+x^n = (1-x^n)/(1-x)
put x = b/a and simplify and see what u get ...
There are many more ways but i will let u discover it ...
-- AI