View Single Post
  #3  
Old 11-22-2007, 06:49 PM
bigpooch bigpooch is offline
Senior Member
 
Join Date: Sep 2003
Location: Hong Kong
Posts: 1,330
Default Re: Two Olympiad Problems

2) There are several methods, but maybe I am too old to
think of what is considered the simplest proof.

1) Too easy:
<font color="white">
For n&gt;3, the last digit of the sum ends in 3, so obviously
can't be a square.
</font>
Better problem IMHO is to show that 1! + 2! +...+ n! is not
a kth power for n&gt;3, k&gt;=2.
Hint for this:
<font color="white">
note the sum is divisible by 9 for n&gt;=5;
for n&gt;=8, look at (mod 27)
and simply check for n&lt;8
</font>
Reply With Quote