Suppose that we are given $p= 2011$, where $3$ is a primitive root (this is a given). Here is the question:
Find an element of order $67$.
I know that $e_{p}(a) =$ (the smallest exponent $e \geq 1$ such that $a^e \equiv 1$ (mod $p$). But, this turns into the Discrete Log Problem, which makes it difficult to solve for $e$ since there is no general way of approaching these types of problems. How else can I approach this problem?
$2011$ is prime and $|3|$ is given to be $2010$. So that $3^{2010} \equiv 1 \mod 2011$ and for any $k < 2011$ $3^k \not \equiv 1 \mod 2011$.
We don't have to prove that. We were told that.
Notice that $(3^k)^m = 3^{km}$ so if $mk = 2010$ then $(3^k)^m \equiv 3^{km} = 3^{2010} \equiv 1 \mod 2011$.
So Let $m = 3^{\frac {2010}{67}}$. Then $m^{67} = 3^{2010} \equiv 1 \mod 2011$ and if $k < 67$ then $m^k = 3^{\frac {2010}{67}*k}$ and $\frac {2010}{67}*k < 2010$ and so $m^k = 3^{\frac {2010}{67}*k}\not \equiv 1 \mod 2011$.
So $m = 3^{\frac {2010}{67}}$ has order $67$.
That's all there is to it.