Ask Question
17 October, 01:31

Prove that if m, d, and k are integers and d > 0, then (m + dk) mod d = m mod

d.

+1
Answers (1)
  1. 17 October, 02:55
    0
    From the rules of modular arithmetic, (A+B) mod C = (A) modC + (B) modC

    So, (m + dk) mod d = (m) mod d + (dk) mod d

    clearly (dk) mod d = 0, as one of the things (dk) mod d represents, is the remainder of dk, when divided by d, which is clearly 0.

    Thus

    (m + dk) mod d = (m) mod d + (dk) mod d = (m) mod d + 0 = (m) mod d

    (m + dk) mod d = (m) mod d
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Prove that if m, d, and k are integers and d > 0, then (m + dk) mod d = m mod d. ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers