You can put this solution on YOUR website! a = bmodn means that a = b +kn for some integer k
:
Amod7 + Bmod7 = 5 + 6 = 11
:
11mod7 = 4
:
note that 11 = 4 + 7, this is one solution
:
answer is 4
:
note that it can be proved that given Amod7=5 and Bmod7=6 then Amod7 + Bmod7 = (A+B)mod7 = (5+6)mod7
:
can you prove this using the definition of modulus above?
: