Vidyalelo
Data Structure · Q960

Miscellaneous on Data Structures

Programming · Data Structure · question 960

Q960

What does co-prime mean in the Euler's totient function?

A.
lcm(a, b) = 1
B.
gcd(a, b) = 1
Answer
C.
gcd(a, b) = 2
D.
lcm(a, b) = 2

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board