- 6,221
- 31
Homework Statement
Prove by mathematical induction,or otherwise,that 23^{2n}+31^{2n}+46 is divisible by 48 for all n \geq 0
Homework Equations
The Attempt at a Solution
Assume true for n=N
23^{2N}+31^{2N}+46=48A
\times (23^2 + 31^2)
23^{2N+2}+31^{2N+2}+46(23^2 + 31^2)+23^2(31^{2N})+31^2(23^{2N})=48A(23^2 + 31^2)
23^{2N+2}+31^{2N+2}+68540+31^{2N}(528+1)+23^{2N}(960+1)=48A(23^2 + 31^2)
Simplifying gives me what I need, i.e. things divible by 48, but 68540 is not...any suggestions?