Calculate without a calculator: $$\left [ 3 \right ]^{2014^{2014}}\mod 98$$
I know I have to use Euler's Theorem. As a hint it says I might need to use the Chinese Remainder theorem too. I know how both of these work theoretically.
For example I can calculate $5^{256} \mod 13$ with Euler's Theorem. But these large numbers throw me off, especially the double power of 2014.
I started of like this for the Chinese Remainder: $$98 = 2*7^{2}\\ \left [3 \right ]^{2014^{2014}} \mod 2 \\ \left [3 \right ]^{2014^{2014}} \mod 49 \\$$
Now calculate both: $$\left [3 \right ]^{2014^{2014}\mod \phi_{(2)} = 2} \equiv \left [3 \right ]^{0} \equiv 1 \mod 2$$ That was lucky. I fail at mod 49.
Applying Euler's Theorem on 2014^2014 (since ([3]^2014)^2014 seems even more impossible) gives the following:
$$\phi _{(49)} = 42\\ 2014 = 47*42+40\\ 2014^{2014} = 2014^{42^{47}}*2014^{40}\equiv 2014^{40} \mod 49$$
(That doesn't really work without a calculator either.) And what now, applying Euler's Theorem again doesn't work, and I can't do it in my head either.
Is my approach right? Did I do something wrong?
Please point me in the right direction. I'm also open to entirely different solutions.