Chapter 1: Q10E (page 48)
Show that if and if Divides
Short Answer
It is proved that if and divides then .
Chapter 1: Q10E (page 48)
Show that if and if Divides
It is proved that if and divides then .
All the tools & learning materials you need for study success - in one app.
Get started for free1.36. Square roots. In this problem, we'll see that it is easy to compute square roots modulo a prime pwith .
(a) Suppose . Show that is an integer.
(b) We say x is a square root of a modulo p if . Show that if and if a has a square root modulo p, then is such a square root.
In the RSA cryptosystem, Alice’s public key is available to everyone. Suppose that her private key d is compromised and becomes known to Eve. Show that if (a common choice) then Eve can efficiently factor N.
Compute two different ways: by finding the factorization of each number, and by using Euclid’s algorithm.
Calculate using any method you choose. (Hint: 127 is prime.)
1.38. To see if a number, say , is divisible by , you just add up the digits of its decimalrepresentation, and see if the result is divisible by role="math" localid="1658402816137" .
( , so it is not divisible by ).
To see if the same number is divisible by , you can do this: subdivide the number into pairs ofdigits, from the right-hand end , add these numbers and see if the sum is divisible by (if it's too big, repeat).
How about ? To see if the number is divisible by , subdivide it into triples from the end add these up, and see if the sum is divisible by .
This is true for any prime other than and . That is, for any prime , there is an integer such that in order to see if divides a decimal number , we break into -tuples of decimal digits (starting from the right-hand end), add up these -tuples, and check if the sum is divisible by .
(a) What is the smallest such for ? For ?
(b) Show that is a divisor of .
What do you think about this solution?
We value your feedback to improve our textbook solutions.