

InterviewSolution
Saved Bookmarks
1. |
If the multiplicative inverse of “53 modulo 21” exists, then which of the following is true?(a) GCD(53,21) = 1(b) GCD(53,21) = 29(c) GCD(53,21) = 53(d) GCD(53,21) = 12This question was posed to me by my school principal while I was bunking the class.My query is from Number Theory in chapter Number Theory and Cryptography of Discrete Mathematics |
Answer» The CORRECT choice is (a) GCD(53,21) = 1 |
|