InterviewSolution
Saved Bookmarks
| 1. |
Calculate the GCD of 1160718174 and 316258250 using Euclidean algorithm.(a) 882(b) 770(c) 1078(d) 1225I had been asked this question in an online quiz.Question is taken from Number Theory topic in section Basic Concepts in Number Theory and Finite Fields of Cryptograph & Network Security |
|
Answer» RIGHT CHOICE is (c) 1078 For explanation: GCD(1160718174, 316258250) = 1078. |
|