Q. If gcd (a, b) is defined by the expression, d=a*p + b*q where d, p, q are positive integers and a, b is both not zero, then what is the expression called?

  • (A) bezout’s identity
  • (B) multiplicative identity
  • (C) sum of product
  • (D) product of sum
πŸ’¬ Discuss
βœ… Correct Answer: (A) bezout’s identity
Explanation: if gcd (a, b) is defined by the expression, d=a*p + b*q where d, p, q are positive integers and a, b is both not zero, then the expression is called bezout’s identity and p, q can be calculated by extended form of euclidean algorithm.

Explanation by: Mr. Dubey
if gcd (a, b) is defined by the expression, d=a*p + b*q where d, p, q are positive integers and a, b is both not zero, then the expression is called bezout’s identity and p, q can be calculated by extended form of euclidean algorithm.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
359
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate