Sunday, 10 May 2026

Exercise (6.3).17

Solve $x^{14} \equiv 27  \pmod {37}$ by using the primitive root 2 of modulo 37.


We are given that 2 is a primitive root modulo 37.

We prepare the following table of indices

ind_2(a) = n2^na = 2^n mod 37
122
244
388
41616
53232
66427
712817
825634
951231
10102425
11204813
12409626
13819215
141638430
153276823
16655369
1713107218
1826214436
1952428835
20104857633
21209715229
22419430421
2383886085
241677721610
253355443220
26671088643
271342177286
2826843545612
2953687091224
30107374182411
31214748364822
3242949672967
33858993459214
341717986918428
353435973836819
36687194767361


Applying Proposition (6.15) and (6.16) to $x^{14} \equiv 27 \pmod {37}$ gives us

$$ 14 \times \text{ind}_2(x) \equiv \text{ind}_2(27) \pmod{36} $$

Using the table of indices, we have

$$ 14 \times \text{ind}_2(x) \equiv 6 \pmod{36} $$

This has solutions if $g=\gcd(36,14)=2$ divides 6, which it does. In fact there are $g=2$ incongruent solutions modulo 36.

Dividing by 2

$$ 7 \times \text{ind}_2(x) \equiv 3 \pmod{18} $$

We can't obtain $\text{ind}_2(x)$ directly, but we do notice that $7 \times 3 \equiv 21 \equiv 3 \pmod{18}$, and so the two incongruent solutions are $ \text{ind}_2(x) = 3$ and $ \text{ind}_2(x) = 21$ modulo 36.

From these, the table of indices gives us

$$ x \equiv 8 \pmod {37} \quad \text{ and } \quad x \equiv 29 \pmod {37} $$