EE720: Problem Set 2.2: Euclidean Division, Groups, CRT, Fermat and Euler Theorems
EE720: Problem Set 2.2: Euclidean Division, Groups, CRT, Fermat and Euler Theorems
February 2, 2017
Solve the problems using SAGE or Maple or using calculators. SAGE can be used directly
on the net at cloud.sagenb.org after registering yourself. Similarly Maple is available on
your LDAP Id.
123456789123456789 × 234567891234567891 6=
28958998683279996179682996625361999
2. Using only calculator with no more than 12 digit display find the exact integer product
4444555566669 × 1111222233338
3. Solve without calculator. Show that 39|53103 + 10353 , 7|111333 + 333111 . (Appeared
in IB 12th class exam).
4. Show that 7|52n + 3 × 25n−2 , 13|3n+2 + 42n+1 , 27|25n+1 + 5n+2 , 17|11104 + 1 without
using calculators. (Appeared in IB 12th class exam).
5. Find ( 100 5
P
j=1 j ) mod 4.
1
Carry out by high school method 1) (101101)2 × (1110011)2 , 2) (50AB89F )16 ×
(879CD)16 , 3) (4400327)8 ÷ (5763)8 , 4) Write last two digits of 11-adic expansion
of the decimal number 87900547, 5) write the number (3402133)5 as an octal number.
9. Find whether following equations are solvable and find all solutions when they exist.
Give reasons if they dont exit.
10. Solve the linear equation aX + bY = c for given a, b, c. Find the solution X which is
the smallest positive integer.
11. Solve the following simultaneous congruances or explain why there is no solution.
(a) a = 5, n = 2202 − 1.
(b) a = 5342, n = 2200 − 1.
(c) a = 2222574487, n = 7.
13. Given prime factorization n = 413 × 1013 × 2512 find 372549625 mod n using the CRT.
14. Use CRT to find 2477 mod 1000, 11507 mod 1237.
15. If p is prime what are orders of all subgroups of Z∗p ? Find a primitive element of Z∗p
for the prime number p = 87449423397425857942678833145441 by trial and error and
then using factorization of p − 1. Find generators of all cyclic subgroups of all orders
of Z∗p .
16. Show that if n = pq for primes p, q and d = gcd(p − 1, q − 1) then for any a coprime
to n, aφ(n)/d = 1 mod n.