InterviewSolution
Saved Bookmarks
| 1. |
In modular arithmetic : (a/b) = b(a^-1)(a) True(b) FalseI had been asked this question by my school teacher while I was bunking the class.The question is from Groups Rings and Fields in division Basic Concepts in Number Theory and Finite Fields of Cryptograph & Network Security |
|
Answer» CORRECT choice is (b) False To ELABORATE: This statement is not true. The correct version WOULD be : (a/b) = a(b^-1). |
|