by Guest Mon May 12, 2008 4:06 am
C = 2^25
R = C^C
I can't do this on Windows XP Home edition because the answer is too large.
We could make the problem a lot simpler if we change 25 to 3. That should not change the process for solving.
C = 2^3
R = C^C
C = 2^3 = 8
R = C^C =8^8 = 16,777,216
This seems to easy. Don't trust the answer until a moderator or someone who knows what they are doing, checks it.