Solve $11^x ≡ 21 \pmod {71}$
I am supposed to create a chart with $j$, $11^j$ and $21\cdot 11^{-9j}$ I have filled out the first 2 rows, but can not figure out the 3rd row.
This is what I have so far:
$j = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10$
$11^j \mod {71} = 1, 11, 50, 53, 15, 23, 40, 14, 12, 61, 32$.
I do have that at $j=0$,
$21\cdot 11^{-9j}\mod {71} = 21$,
But I don't have anything further.
Even one example on how to simplify $21\cdot 11^{-9j} \mod {71}$ would be very helpful.