Primitive roots

Let n n and S S be the number and sum of the primitive roots m o d 29 \bmod\ 29 , which is between 1 and 28. Find n + S n+S .

Reference: Primitive roots .


The answer is 186.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Alexander Shannon
Nov 20, 2019

luckily, 2 2 is a primitive root. One needs to check 2 i ≢ 1 m o d 29 2^i \not\equiv 1 \ mod \ 29 for 1 i 14 1\leq i \leq 14 to know that 2 2 is actually a primitive root. After that, we know that numbers of form 2 j m o d 29 2^j \ mod \ 29 , such that g c d ( j , ϕ ( 29 ) ) = g c d ( j , 28 ) = 1 gcd(j,\phi(29))=gcd(j,28)=1 and 1 j 27 1 \leq j \leq 27 , are our primitive roots. There would be ϕ ( 28 ) = 12 \phi(28)=12 primitive roots and

S = ( 2 ) + ( 2 3 ) + ( 2 5 ) + ( 2 9 ) + ( 2 11 ) + ( 2 13 ) + ( 2 15 ) + ( 2 17 ) + ( 2 19 ) + ( 2 23 ) + ( 2 25 ) + ( 2 27 ) = 2 + 8 + 3 + 19 + 18 + 14 + 27 + 21 + 26 + 10 + 11 + 15 = 174 S=(2)+(2^3)+(2^5)+(2^9)+(2^{11})+(2^{13})+(2^{15})+(2^{17})+(2^{19})+(2^{23})+(2^{25})+(2^{27})=2+8+3+19+18+14+27+21+26+10+11+15=174

here ( . ) (.) is a notation for computing the argument modulo 29 29 .

Actually, if n n is a primitive root of mod 29, then 29 n 29-n must be a primitive root of mod 29 too, if you can use this fact, then you can immediately write 29 × ϕ ( 28 ) ÷ 2 29\times\phi(28)\div 2 . but it is a good solution!

Isaac YIU Math Studio - 1 year, 6 months ago

Log in to reply

haha, thank you, your highness. I really don't know what to say as a response.

Alexander Shannon - 1 year, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...