I am seeking the solution to the congruence
$$ 29x^{33} \equiv 27\ \text{(mod 11)} $$
Primitive root is 2 and $ord_{11} (2) =10$. Then I got

so the equation can be field:
$$ lnd_2(29) + 33 lnd_2(x) \equiv lnd2(27)\ \text{(mod 10)} $$
Since $$lnd_a(rs) \equiv lnd_ar + lnd_as \ \text{(mod p-1)}$$
However, how to get a prime number 29 to be the product of two numbers??
First reduce $\bmod 11$: $$ 29x^{33} \equiv 27 \bmod 11 \quad\text{iff}\quad 7x^{33} \equiv 5\bmod 11 $$
Using index calculus gives us $$ ind(7)+33ind(x)\equiv ind(5) \bmod 10 $$ $$ 7+3ind(x)\equiv 4 \bmod 10 $$ $$ 3ind(x)\equiv -3 \bmod 10 $$ $$ ind(x)\equiv -1 \bmod 10 $$ so $ ind(x)=9 $ and $x\equiv 6 \bmod 11$.