0% found this document useful (0 votes)
16 views2 pages

EE720 Problem Set: Number Theory Concepts

This document provides problems related to number theory concepts including: 1) Euclidean division and properties of sums of digits modulo 9 2) Integer factorization and modular arithmetic 3) Solving congruences and finding solutions to linear equations modulo integers 4) Finding orders and primitive elements in cyclic groups such as Z*_p

Uploaded by

Paras Bodke
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

EE720 Problem Set: Number Theory Concepts

This document provides problems related to number theory concepts including: 1) Euclidean division and properties of sums of digits modulo 9 2) Integer factorization and modular arithmetic 3) Solving congruences and finding solutions to linear equations modulo integers 4) Finding orders and primitive elements in cyclic groups such as Z*_p

Uploaded by

Paras Bodke
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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 [Link] after registering yourself. Similarly Maple is available on
your LDAP Id.

1. Show that a decimal number a1 a2 . . . an = (a1 + a2 + . . . + an ) mod 9. For example


738864 = (7 + 3 + 8 + 8 + 8 + 6 + 4) mod 9. Using this solve the following without
using a calculator

(a) Show that 123456789123456789 + 234567891234567891 6= 358025680358025680


(b) Show that

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.

6. For m = 67862310031 find x = 2−1 mod m. If n = 1 mod b, what integer between


1 and n − 1 equals b−1 mod n?

7. If g is an integer such that g a = 1 mod m and g b = 1 mod m then show that


g gcd(a,b) = 1 mod m.

8. Problems on p-adic expansion. Denote by (a0 , a1 , . . . , am−1 )p the positive integer


m−1
X
a= ai p i
i=0

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.

(a) 122X = 1 mod 343.


(b) (227 − 1)X = 73 mod 221 − 1.
(c) (193707721)X = 1 mod 761838257287.

10. Solve the linear equation aX + bY = c for given a, b, c. Find the solution X which is
the smallest positive integer.

(a) a = 765355768, b = 76354890023, c = 863429


(b) a = 2100 − 1, b = 2102 − 1, c = 6442450941
(c) a = 3014774729910783238001, b = 15733624667337520130581. Find at least
three integers c for each of which there are solutions. Find these solutions.

11. Solve the following simultaneous congruances or explain why there is no solution.

(a) X = 37 mod 43, X = 22 mod 49, X = 18 mod 71.


(b) X = 3 mod 299593, X = 2 mod 19173961, (54525951)X = 2 mod (222 − 1).
(c) X = 133 mod 451, X = 237 mod 697.

12. Find the order of a in Z∗n for given a, n.

(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.

Common questions

Powered by AI

The existence of solutions to simultaneous congruences is typically confirmed by checking consistency through the moduli via the congruences' remainder alignment. This involves using the CRT or checking mutual residues, exemplified by simultaneous equations like X = 37 mod 43 and X = 22 mod 49, where gcd(43, 49) = 1, ensuring solvability .

Determining modular inverses often involves using the Euclidean algorithm to express 1 as a combination of the given integer and the modulus. For example, in the equation x = 2^{-1} mod 67862310031, the inverse is found by solving for x in the congruence gcd(2, 67862310031) = 1, leveraging properties of integers in the group structure Z*{67862310031} .

The Chinese Remainder Theorem (CRT) allows computationally efficient calculations of modular expressions using prime factorization. For instance, given the prime factorization n = 413 × 1013 × 2512, CRT enables computing 372549625 mod n by solving simultaneous congruences for each prime factor and combining the results .

To determine if a decimal number has certain modular properties, one can use the principle that the sum of the digits of a number gives the same remainder when divided by 9 as the number itself. This property was applied to demonstrate the modular incongruence of large numbers, for instance, by showing that the sum of the digits of each term, (1+2+3+4+5+6+7+8+9+1+2+3+4+5+6+7+8+9) modulo 9 yields a different result from the sum of the digits of 358025680358025680 modulo 9, proving the expressions are not congruent .

Prime numbers are central in determining the structure and order of subgroups within Z*p due to their role in factorizing group order. For instance, determining a primitive element of Z*p for a specified prime p, such as p = 87449423397425857942678833145441, involves testing for generators that span the entire group, often guided by the factorization of p - 1 .

The interplay between gcd and Euler's totient function φ(n) is pivotal in evaluating modular identities through their combined properties in reducing power congruences. Specifically, setting n = pq for primes p, q, one sees that if d = gcd(p-1, q-1), then a^(φ(n)/d) ≡ 1 mod n for any a coprime to n, revealing deep connections between primality and group structure .

The order of an element in a multiplicative group modulo n is the smallest positive integer k such that a^k ≡ 1 mod n. This is evaluated by testing powers of the element a until achieving congruence, as demonstrated with elements like a = 5 in Z*{2202 - 1}, requiring verification against all divisors of φ(n).

The last two digits of a number's p-adic expansion are found by expressing the number in the p-base, where p-adic properties allow easy decomposition into digit sequences mod p^n. This involves applying successive divisions and remainders as in base-p expansions, exemplified in finding the last digits of 87900547's 11-adic representation .

Solving linear Diophantine equations aX + bY = c involves finding integers X and Y that satisfy the equation for given a, b, and c. This uses the method of successive substitutions and ensuring gcd(a, b) divides c, solving for the smallest positive X by trial and error, as shown in specific instances like a = 765355768, b = 76354890023, c = 863429 .

High-school methods often rely on modular arithmetic for solving algebraic equations without calculators. For example, showing 39 divides a summation can be approached by recognizing patterns within the powers of integers or by directly calculating mod operations, as seen when validating expressions like 7|111333 + 333111 using properties of congruences .

You might also like