InterviewSolution
Saved Bookmarks
| 1. |
Find the HCF/GCD of x^6+x^5+x^4+x^3+x^2+x+1 and x^4+x^2+x+1.(a) x^4+x^3+x^2+1(b) x^3+x^2+1(c) x^2+1(d) x^3+x^2+1The question was posed to me during an internship interview.This interesting question is from Polynomial and Modular Arithmetic in section Basic Concepts in Number Theory and Finite Fields of Cryptograph & Network Security |
|
Answer» Correct choice is (B) x^3+x^2+1 |
|