by RonPurewal Thu Aug 05, 2010 4:58 am
dinesh's solution, above mine, is good.
BUT ALSO
by the way - even if you have NO IDEA how to solve this problem, there's still no excuse for getting it wrong.
because...
you can easily solve this problem WELL within the time guidelines, simply by DOING OUT THE ARITHMETIC.
2^5 is 32; 3^5 is 243. (you should probably have these memorized, but you can calculate them in a matter of seconds if necessary.)
so the prompt is 32 + 32 + 243 + 243 + 243, which works out to 793.
(a) wrong, since all powers of 5 end with the digit 5.
(b) this is ridiculously big. note that 13^2 = 169 (a value you should know by heart), so that 13^3 is already much bigger than 793. and 13^5 is two powers above that.
(c) = 64 + 729 = 793
(d) and especially (e) are both several orders of magnitude larger than 793.
done.
don't forget these sorts of lowbrow, scrappy ways to solve problems. remember that there are no style points; if you can solve the problem, then you can solve the problem. "ugly" solutions are worth the same points as "pretty" solutions.