Problemset 5_ Number Theory
Problemset 5_ Number Theory
What are the possible remainders (according to the Division Algorithm) when an
Q3 integer is
a) Divided by 4?
b) Divided by 9?
For each of the following, find the quotient and remainder (guaranteed by the Division
Algorithm)
a. When 17 is divided by 3.
Q4 b. When -17 is divided by 3.
c. When 73 is divided by 7.
d. When -73 is divided by 7.
e. When 436 is divided by 27.
f. When 539 is divided by 110.
Q5 Today is Tuesday. Your uncle will come after 45 days. On which day (of the week) your
uncle will be coming?
Prove or disprove that if a | bc, where a, b and c are positive integers and a ≠ 0, then a |
Q8
b or a | c.
Q10 Let m be a positive integer. Show that a mod m = b mod m if a ≡ b (mod m).
Considering a and b are integers, and a ≡ b + 7 (mod 19), show that (a2 – 11) ≡ (b2 –
Q11
5b) (mod 19)
If we consider 50 ≡ 23 (mod 9), then prove that 34 ≡ 16 (mod 9)
Q12
[Hint: Use the Theorem 5]
Expand the decimal number (506070)10 to the base x, where x = ((10*22)2 + 72) mod
Q17
23.
If (ab)4 is a base-4 integer and (ba)7 is a base-7 integer, what is the largest possible
Q18 value of (a+b)10 and why? Find non-zero values for a and b such that (ab)4=(ba)7, or
prove that there are none.
Determine whether the integers in each of these sets are pairwise relatively prime:
i) 14, 17, 85.
Q19 ii) 21, 34, 55.
iii) 25, 41, 49, 64.
iv) 17, 18, 19, 23.
Consider two positive integers 5271 and 48714. Calculate the Greatest Common
Q20 Divisor for the integers using Euclidean Algorithm. Also show the Least Common
Multiple.
Find the greatest common divisor of the following pair of numbers using the Euclidean
Q21
Algorithm:
i) 11111, 111111.
ii) 1529, 14038.
iii) 750, 900.
iv) 414, 662.
Q22 How many divisions are required to find gcd(21, 34) using the Euclidean algorithm?
Q23 Find gcd(92928, 123552) and lcm(92928, 123552), and verify that gcd(92928,
123552) ⋅ lcm(92928, 123552) = 92928 ⋅ 123552
Q24 If the product of two integers is 2^7 · 3^8 · 5^2 · 7^11 and their greatest common
divisor is 23345, what is their least common multiple?
Determine whether the integers in each of these sets are pairwise relatively prime.
a) 11, 15, 19
Q25 b) 14, 15, 21
c) 12, 17, 31, 37
d) 7, 8, 9, 11
Work out the GCD of 7105, 3185 and 2898 only using the Euclidean Algorithm.
Q27
Note that, gcd(a, b, c) = gcd(gcd(a, b), c)
Given that, the square root of a number n when divided by 11 gives a remainder of 6
Q28 where 6 < √n < 28. Find the number n. Then, using modular exponentiation, calculate:
n 125 mod 27.