1. Let n be a positive integer and a be an integer such that a is its own inverse modulo n . What is the remainder when a^2 is divided by n?
2. Find the smallest positive integer that satisfies the system of congruences N≡2(mod11),N≡3(mod17).
3. Find the smallest positive N such that N≡6(mod12),N≡6(mod18),N≡6(mod24),N≡6(mod30),N≡6(mod60).
4. How many positive integers less than or equal to 6*7*8*9 solve the system of congruences m≡5(mod6),m≡4(mod7),m≡3(mod8),m≡3(mod9).
5. Find the smallest positive N such that N≡3(mod4),N≡2(mod5),N≡6(mod7).
Thank you for all of your help in advance! Sorry for so many problems!