Ask Question
23 April, 15:48

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

d.

+3
Answers (1)
  1. 23 April, 16:08
    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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers