Question 387469
what is meant by 10 mod 6?
------------------
10(mod 6) = 4
-----
In the mod 6 number system the
only numbers are 0,1,2,3,4,5
----
That's the same as the possible remainders
when any positive whole number is divided 
by 6.
----
Example 15/6 = 2 with remainder 3
Therefore 15(mod 6) = 3
=============================
Cheers,
Stan H.
=============