Let $$B=3214020402$$ $$E=43424492897$$ $$A=B^E$$
How much is modulus( A , 308 ) ?
My try: $$[A]_{308} \to ([B]_4^E,[B]_7^E,[B]_{11}^E) = ([2]_4^E,[5]_7^E,[10]_{11}^E)$$
Applying Eulero-Fermat Rule to each member led me to solve this Chinese System:
$$ \left\{ \begin{array} xx=0 \mod 4\\ x=10 \mod 11\\ x=1 \mod 7 \end{array} \right. $$
Whose solution is 408 and $$[408]_{308} = 120$$ (which should be the answer). Is it correct?