

InterviewSolution
Saved Bookmarks
1. |
Which positive integer less than 21 are relatively prime to 21?(a) 18(b) 19(c) 21(d) 24This question was posed to me by my school principal while I was bunking the class.Asked question is from Number Theory in chapter Number Theory and Cryptography of Discrete Mathematics |
Answer» CORRECT choice is (b) 19 The BEST I can EXPLAIN: gcd(19,21) = 1. According to the definition of RELATIVELY prime gcd of two numbers is 1. |
|