Show that ## 60 ## divides ## a^{4}+59 ##

  • Thread starter Thread starter Math100
  • Start date Start date
AI Thread Summary
The discussion centers on proving that if the greatest common divisor of a and 30 is 1, then 60 divides a^4 + 59. The proof utilizes Fermat's theorem to establish that a^4 is congruent to 1 modulo 2, 3, and 5, leading to the conclusion that a^4 - 1 is divisible by 60. The modulo 2 case is highlighted as complex, but it confirms that both a^2 + 1 and a^2 - 1 are even, ensuring that a^4 is congruent to 1 modulo 4. Ultimately, the proof concludes that under the given conditions, 60 indeed divides a^4 + 59.
Math100
Messages
813
Reaction score
229
Homework Statement
If ## gcd(a, 30)=1 ##, show that ## 60 ## divides ## a^{4}+59 ##.
Relevant Equations
None.
Proof:

Suppose ## gcd(a, 30)=1 ##.
Then ## 30=2\cdot 3\cdot 5 ## and ## gcd(a, 2)=gcd(a, 3)=gcd(a, 5)=1 ##.
Applying the Fermat's theorem produces:
## a\equiv 1\pmod {2}, a^{2}\equiv 1\pmod {3} ## and ## a^{4}\equiv 1\pmod {5} ##.
This means ## gcd(a, 4)=gcd(a, 2^{2})=1 ##.
Observe that
\begin{align*}
&a\equiv 1\pmod {2}\implies a^{2}\equiv 1\pmod {2}\\
&a^{2}\equiv 1\pmod {3}\implies a^{4}\equiv 1\pmod {3}.\\
\end{align*}
Now we have ## 2\mid (a^{2}-1)\implies a^{2}\equiv (1-2)\pmod {2}\equiv -1\pmod {2} ##,
so ## 4\mid (a^{2}+1)(a^{2}-1)\implies 4\mid (a^{4}-1) ##.
Since ## 60=3\cdot 4\cdot 5 ## and ## 3, 4, 5 ## are relatively prime to each other,
it follows that ## 60\mid (a^{4}-1) ##.
Thus ## a^{4}\equiv 1\pmod {60}\equiv (1-60)\pmod {60}\equiv -59\pmod {60} ##.
Therefore, if ## gcd(a, 30)=1 ##, then ## 60 ## divides ## a^{4}+59 ##.
 
Physics news on Phys.org
Math100 said:
Homework Statement:: If ## gcd(a, 30)=1 ##, show that ## 60 ## divides ## a^{4}+59 ##.
Relevant Equations:: None.

Proof:

Suppose ## gcd(a, 30)=1 ##.
Then ## 30=2\cdot 3\cdot 5 ## and ## gcd(a, 2)=gcd(a, 3)=gcd(a, 5)=1 ##.
Applying the Fermat's theorem produces:
## a\equiv 1\pmod {2}, a^{2}\equiv 1\pmod {3} ## and ## a^{4}\equiv 1\pmod {5} ##.
This means ## gcd(a, 4)=gcd(a, 2^{2})=1 ##.
Observe that
\begin{align*}
&a\equiv 1\pmod {2}\implies a^{2}\equiv 1\pmod {2}\\
&a^{2}\equiv 1\pmod {3}\implies a^{4}\equiv 1\pmod {3}.\\
\end{align*}
Now we have ## 2\mid (a^{2}-1)\implies a^{2}\equiv (1-2)\pmod {2}\equiv -1\pmod {2} ##,
so ## 4\mid (a^{2}+1)(a^{2}-1)\implies 4\mid (a^{4}-1) ##.
Since ## 60=3\cdot 4\cdot 5 ## and ## 3, 4, 5 ## are relatively prime to each other,
it follows that ## 60\mid (a^{4}-1) ##.
Thus ## a^{4}\equiv 1\pmod {60}\equiv (1-60)\pmod {60}\equiv -59\pmod {60} ##.
Therefore, if ## gcd(a, 30)=1 ##, then ## 60 ## divides ## a^{4}+59 ##.
The modulo ##2## case is a bit messy.

We have ##a\equiv 1\pmod{2}## so ##a^2\equiv 1\pmod{2}##. But then, ##a^2+1## and ##a^2-1## are both even, i.e. ##4\,|\,(a^2-1)(a^2+1)=a^4-1## or ##a^4\equiv 1\pmod{4}.##
 
fresh_42 said:
The modulo ##2## case is a bit messy.

We have ##a\equiv 1\pmod{2}## so ##a^2\equiv 1\pmod{2}##. But then, ##a^2+1## and ##a^2-1## are both even, i.e. ##4\,|\,(a^2-1)(a^2+1)=a^4-1## or ##a^4\equiv 1\pmod{4}.##
I agree, since ## a ## is odd.
 
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