Thread Closed

Congruence Modulo n Proving

 
Share Thread Thread Tools
Jan15-10, 05:55 PM   #1
 

Congruence Modulo n Proving


Can anyone give me hints to how to prove this??

Prove that for any positive integer n, n^5 and n have the same units digit in their base 10
representations; that is, prove that n^5 = n (mod 10).

Thanks!
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Jan15-10, 06:30 PM   #2
 
What does the Euler-Fermat theorem tells you, when applied to a congruence mod 10?
Jan15-10, 08:47 PM   #3
 
I'm sorry, I'm still a bit lost. Can you please explain what the Euler-Fermat theorem is and how I can apply that to this problem?

Thanks
Jan15-10, 09:31 PM   #4
 

Congruence Modulo n Proving


See the following link:

http://planetmath.org/encyclopedia/E...atTheorem.html

And notice that you only have to prove that:

[tex]n^{4}\equiv 1 \left(mod 10\right)[/tex]

For n coprime with 10.
Jan16-10, 12:30 AM   #5
 
Mentor
Quote by lil_luc View Post
Can anyone give me hints to how to prove this??

Prove that for any positive integer n, n^5 and n have the same units digit in their base 10
representations; that is, prove that n^5 = n (mod 10).

Thanks!
This is equivalent to proving that n5 - n [itex]\equiv[/itex] 0 (mod 10)

You can show this by proving that n5 - n is even, and is divisible by 5.
The first part is easy, since two of the factors of n5 - n are n and n + 1, one of which has to be even for any value of n.
The second part, showing that n5 - n is divisible by 5 can be done by math induction, and isn't too tricky.
Thread Closed
Thread Tools


Similar Threads for: Congruence Modulo n Proving
Thread Forum Replies
Modulo Calculus & Beyond Homework 7
Proving with Congruence of intergers General Math 2
modulo groups Linear & Abstract Algebra 7
arithmetic modulo Calculus & Beyond Homework 0
Modulo... Calculus & Beyond Homework 4