CartoonKid
- 125
- 0
How to prove 13|4^(2n+1)+3^(n+2) for any positive integer?
The discussion revolves around proving divisibility statements involving powers of integers, specifically focusing on the expression 4^(2n+1) + 3^(n+2) and its divisibility by 13 for positive integers. Another related problem involves proving that 8 divides the expression 5^n + 2*3^(n-1) + 1 for positive integers.
Several participants have offered insights and approaches, including the use of induction and modular arithmetic. There is an ongoing exploration of different methods to tackle the problems, with some participants expressing uncertainty about their progress and seeking further guidance.
Some participants mention a lack of familiarity with modular arithmetic, indicating a potential gap in foundational knowledge that may affect their understanding of the problems. Additionally, there are references to specific assumptions and steps in the induction process that are under discussion.
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,
[tex]a^n - b^n = (a-b)(a^{n-1} + a^{n-2}b + a^{n-3}b^2 + ... + b^{n-1})[/tex]
(...
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