Herein, what is a mod B?
A mod b means the remainder when a is divided by b. It is written as a%b(read a mod b). For e.g. 8%2=0.
Similarly, what is the modulus function used for? An expression in a variable is a function. The fact that modulus modifies function values changes function properties. Besides, modulus function can also be interpreted to represent distance of a point with respect to a reference point.
Also Know, what does a ≡ b mod n mean?
Definition 3.1 If a and b are integers and n > 0, we write a ≡ b mod n to mean n|(b − a). For example, 29 ≡ 8 mod 7, and 60 ≡ 0 mod 15. The notation is used because the properties of congruence “≡” are very similar to the properties of equality “=”.
What does mod 9 mean?
The important thing is to remember that we take the remainder after any operation, or whenever we want to convert a normal number into a modular number. So to use "mod 9", you just replace 12 with 9 in everything I've said, dividing by 9 and taking the remainder, which will be between 0 and 8 inclusive.
