Deduce that ## 13\mid (11^{12n+6}+1) ##

  • Thread starter Thread starter Math100
  • Start date Start date
AI Thread Summary
The discussion demonstrates that for any integer n≥0, 13 divides (11^(12n+6) + 1) using Fermat's theorem. By establishing that 11^12 ≡ 1 (mod 13), the proof simplifies the expression to 11^(12n+6) + 1 ≡ 0 (mod 13). The calculations show that (11^(12n+6) + 1) is congruent to 65 modulo 13, confirming divisibility. Participants also mention the possibility of using proof by induction, though Fermat's theorem is preferred for its simplicity. Overall, the proof effectively establishes the divisibility condition for all non-negative integers n.
Math100
Messages
813
Reaction score
229
Homework Statement
From Fermat's theorem deduce that, for any integer ## n\geq 0, 13\mid (11^{12n+6}+1) ##.
Relevant Equations
None.
Proof:

Let ## n\geq 0 ## be any integer.
Applying the Fermat's theorem produces:
## a=11, p=13 ## and ## p\nmid a ##.
Then ## 11^{13-1}\equiv 1\pmod {13}\implies 11^{12}\equiv 1\pmod {13} ##.
Observe that
\begin{align*}
&11^{12n+6}+1\equiv [(11^{12})^{n}\cdot 11^{6}+1]\pmod {13}\\
&\equiv [1^{n}(-2)^{6}+1]\pmod {13}\\
&\equiv (64+1)\pmod {13}\\
&\equiv 65\pmod {13}\\
&\equiv 0\pmod {13}.\\
\end{align*}
Thus ## 13\mid (11^{12n+6}+1) ##.
Therefore, ## 13\mid (11^{12n+6}+1) ## for any integer ## n\geq 0 ##.
 
Physics news on Phys.org
Correct. If you want to try, you could probably try a proof by induction, too.
 
fresh_42 said:
Correct. If you want to try, you could probably try a proof by induction, too.
True, but I like using Fermat's theorem more. It's easier than proof by induction. I do want to admit that, I definitely need to practice more about writing proofs by induction, since I am not good at it.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top