

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: Int Discrete Strctrs; Subject: Mathematics; University: University of Massachusetts - Amherst; Term: Spring 2009;
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


(a) 8^2003 mod 7 (b) 8^2003 mod 17
Proposition 1. If c is relatively prime to m, then [c] has a multiplicative inverse in Zm.
Corollary 1. If m is prime, then every nonzero element of Zm has a multiplicative inverse.
Prove the following two converses of those results: Proposition 2. If [c] has a multiplicative inverse in Zm, then c is relatively prime to m.
(Suggestion to get started: Assume that [c] has a multiplicative inverse in Zm. Express this in terms of a congruence modulo m.)
Corollary 2. If every nonzero element of Zm has a multiplicative inverse, then m is prime.
What’s another word for Thesaurus?
(c) Calculate Bob’s private key. (d) Decrypt for Bob the encrypted number from (b) that Alice sent him.
Alice uses the RSA system to encrypt a message and sends to Bob the following list of ciphertext numbers:
274, 1412, 420, 1646, 539, 226, 1, 2143, 2180, 810, 1466, 1367, 1834, 1995, 2277, 1130, 1766, 1817, 1421, 293, 810, 1466, 1461, 591
Bob’s private key is (n, d) = (2573, 17). Decipher Alice’s message for Bob (into English words). For your convenience, that list of ciphertext numbers appears in notebook Set6#5.nb.
Corollary 3 (Euler’s Corollary). Let p and q be distinct primes and let a be an integer divisible by neither p nor q. Then:
a(p−1)(q−1)^ ≡ 1 (mod pq)
[Note: Since φ(pq) = (p − 1)(q − 1), the desired result is a special case of Euler’s Theorem: aφ(m)^ ≡ 1 (mod m) when gcd(a, m) = 1.]