Chapter 4: Problem 33
Use Fermat's little theorem to find \(7^{12}\) mod \(13 .\)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 4: Problem 33
Use Fermat's little theorem to find \(7^{12}\) mod \(13 .\)
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Use the Euclidean algorithm to find $$\begin{array}{ll}{\text { a) } \operatorname{gcd}(1,5) .} & {\text { b) } \operatorname{gcd}(100,101)} \\ {\text { c) } \operatorname{gcd}(123,277) .} & {\text { d) } \operatorname{gcd}(1529,14039)} \\ {\text { e) } \operatorname{gcd}(1529,14038)} & {\text { f) } \operatorname{gcd}(11111,111111)}\end{array}$$
What is the value of \(\phi\left(p^{k}\right)\) when \(p\) is prime and \(k\) is a positive integer?
The Vigenère cipher is a block cipher, with a key that is a string of letters with numerical equivalents \(k_{1} k_{2} \ldots k_{m},\) where \(k_{i} \in \mathbf{Z}_{26}\) for \(i=1,2, \ldots, m .\) Suppose that the numerical equivalents of the letters of a plaintext block are \(p_{1} p_{2} \ldots p_{m} .\) The corresponding numerical ciphertext block is \(\left(p_{1}+k_{1}\right)\) mod 26 \(\left(p_{2}+k_{2}\right) \bmod 26 \ldots\left(p_{m}+k_{m}\right)\) mod \(26 .\) Finally, we translate back to letters. For example, suppose that the key string is RED, with numerical equivalents \(1743 .\) Then, the plaintext ORANGE, with numerical equivalents \(141700130604,\) is encrypted by first splitting it into two blocks 141700 and 13 \(0604 .\) Then, in each block we shift the first letter by 17 , the second by \(4,\) and the third by \(3 .\) We obtain 52103 and 0410 \(07 .\) The cipherext is FVDEKH. Express the Vigenère cipher as a cryptosystem.
What are the greatest common divisors of these pairs of integers? $$ \begin{array}{l}{\text { a) } 2^{2} \cdot 3^{3} \cdot 5^{5}, 2^{5} \cdot 3^{3} \cdot 5^{2}} \\ {\text { b) } 2 \cdot 3 \cdot 5 \cdot 7 \cdot 11 \cdot 13,2^{11} \cdot 3^{9} \cdot 11 \cdot 17^{14}} \\ {\text { c) } 17,17^{17} \quad \text { d) } 2^{2} \cdot 7,5^{3} \cdot 13} \\ {\text { e) } 0,5 \quad \text { f) } 2 \cdot 3 \cdot 5 \cdot 7,2 \cdot 3 \cdot 5 \cdot 7}\end{array} $$
If the product of two integers is \(2^{7} 3^{8} 5^{2} 7^{11}\) and their greatest common divisor is \(2^{3} 3^{4} 5,\) what is their least common multiple?
What do you think about this solution?
We value your feedback to improve our textbook solutions.