Thursday, 23 April 2026

Exercise (6.3).11

Determine the integers $a$ such that $1 \le a \le 16$ and $ax^6 \equiv 8 \pmod {17}$ has solutions.


We re-use the table of indices from Exercise (6.3).8, using as a primitive root modulo 17.

a mod 17ind_3(a)
116
214
31
412
55
615
711
810
92
103
117
1213
134
149
156
168


We use Propositions (6.15) and (6.16) on $ax^6 \equiv 8 \pmod {17}$ to give

$$ \begin{align} \text{ind}_3 (a)+  6 \; \text{ind}_3 (x)  & \equiv \text{ind}_3 (8) \pmod {\phi(17)} \\ \\   6 \; \text{ind}_3 (x)  & \equiv 10 - \text{ind}_3 (a) \pmod {16}  \end{align} $$

For this linear congruence to have a solution, we $\gcd(16, 6)=2$ must divide $10 - \text{ind}_3 (a)$.

The following table shows these calculations for $1 \le a \le 16$.

a mod 17Ind_3(a)10 – ind_3(a) mod 2
1160
2140
311
4120
551
6151
7111
8100
920
1031
1171
12131
1340
1491
1560
1680

We can see the values of $1 \le a \le 16$ such that $ax^6 \equiv 8 \pmod {17}$ has solutions are

$$ a = 1, 2, 4, 8, 9, 13, 15, 16 $$