1.

GCD(a,b) = GCD(b,a mod b)(a) True(b) FalseI had been asked this question by my college director while I was bunking the class.My doubt is from Groups Rings and Fields in chapter Basic Concepts in Number Theory and Finite Fields of Cryptograph & Network Security

Answer» RIGHT ANSWER is (a) TRUE

Easiest explanation: The STATEMENT is true. For example, GCD(55,22) = GCD(22,55 mod 22) = GCD(22,11) = 11


Discussion

No Comment Found

Related InterviewSolutions