Ask Question
12 February, 04:48

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

d.

+5
Answers (1)
  1. 12 February, 05:57
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers