ninjagod123 Messages 7 Reaction score 0 Thread starter Feb 10, 2010 #1 How do I prove that 5 divides x^5 - x?? How do I prove that 5 divides x^5 - x??
CRGreathouse Science Advisor Homework Helper Messages 2,832 Reaction score 0 Feb 10, 2010 #2 Compute the fifth powers mod 5.
CompuChip Science Advisor Homework Helper Messages 4,305 Reaction score 49 Feb 10, 2010 #3 Let me give you a hint: checking it for x = 0, 1, 2, 3 and 4 suffices. (In fact, as 4 = -1 (mod 5) and 3 = -2 (mod 5), you can see that only x = 0, 1, 2 will do). I'll let you figure out why.
Let me give you a hint: checking it for x = 0, 1, 2, 3 and 4 suffices. (In fact, as 4 = -1 (mod 5) and 3 = -2 (mod 5), you can see that only x = 0, 1, 2 will do). I'll let you figure out why.