1

If $a$ has order $3 \pmod p$, where $p$ is an odd prime, show that $a+1$ must have order $6 \pmod p$


Since $3$ is the order of $a$ :
$a^3\equiv 1 \pmod p$

I am stuck after this. Not getting ideas. Any help ?

rrr
  • 813

1 Answers1

2

We have that

$$a^3-1=(a-1)(a^2+a+1)=0\pmod p\stackrel{\text{since}\;a\neq 1}\iff a^2+a+1=0\pmod p\implies$$

$$a+1=-a^2=\pmod p$$

and from here

$$(a+1)^6=(-a^2)^6=a^{12}=(a^3)^4\pmod p\ldots$$

Timbuc
  • 34,191