CHAPTER 2: INTRODUCTION TO NUMBER THEORY
TRUE OR FALSE
T F 1. The algorithm credited to Euclid for easily finding the greatest
common divisor of two integers has broad significance in
cryptography.
T F 2. Unlike ordinary addition, there is not an additive inverse to each
integer in modular arithmetic.
T F 3. The scheme where you can find the greatest common divisor of
two integers by repetitive application of the division algorithm is
known as the Brady algorithm.
T F 4. Two integers a and b are said to be congruent modulo n, if
(a mod n) = (b mod n).
T F 5. Basic concepts from number theory that are needed for
understanding finite fields include divisibility, the Euclidian
algorithm, and modular arithmetic.
T F 6. If b|a we say that b is a divisor of a.
T F 7. The notation a|b is commonly used to mean b divides a.
T F 8. The rules for ordinary arithmetic involving addition, subtraction,
and multiplication carry over into modular arithmetic.
T F 9. Two theorems that play important roles in public-key
cryptography are Fermat’s theorem and Euler’s theorem.
T F 10. One of the useful features of the Chinese remainder theorem is
that it provides a way to manipulate potentially very large
numbers mod M in terms of tuples of smaller numbers.
T F 11. For many cryptographic algorithms, it is necessary to select one or
more very large prime numbers.
T F 12. The Chinese Remainder Theorem is believed to have been
discovered by the Chinese mathematician Agrawal in 100 A.D.