I am trying to solve this modular arithmetic problem but the numbers are large. How would I simplify?
$M \equiv (1567)^{5}$ mod $2881$
I am trying to solve this modular arithmetic problem but the numbers are large. How would I simplify?
$M \equiv (1567)^{5}$ mod $2881$
Hint : You could start from $M \equiv (1567)^{5}$ mod $2881 \iff \begin{cases} M \equiv (1567)^{5} \mbox{mod} (43) \\ M \equiv (1567)^{5} \mbox{mod} (67)\end{cases}$
Try to reduce $1567$ mod $43$ and $67$, find a solution than combine them to get the solution mod $2881$.