Relation of m mod d and n mod d Proven

  • Thread starter Thread starter Unusualskill
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on the mathematical relationship between \( m \mod d \) and \( n \mod d \) given that \( d \) divides \( (m - n) \). It is established that if \( d \) divides \( (m - n) \), then \( m \mod d \) is equal to \( n \mod d \). The proof involves manipulating the equations \( m = dq_1 + r_1 \) and \( n = dq_2 + r_2 \) to show that \( r_1 - r_2 = d(q_1 - q_2) \) leads to \( r_1 = r_2 \) when \( d \) divides \( (m - n) \).

PREREQUISITES
  • Understanding of modular arithmetic
  • Familiarity with integer division
  • Basic algebraic manipulation
  • Knowledge of divisibility rules
NEXT STEPS
  • Study properties of modular arithmetic in number theory
  • Learn about divisibility and its implications in algebra
  • Explore integer division and its relationship with remainders
  • Investigate proofs involving congruences and equivalence relations
USEFUL FOR

Mathematics students, educators, and anyone interested in number theory and modular arithmetic proofs.

Unusualskill
Messages
35
Reaction score
1

Homework Statement


If m; n, and d are integers, d > 0, and dl(m - n), what is the relation between
m mod d and n mod d? Prove your answer.

Homework Equations


@@@

The Attempt at a Solution


(m-n)/=dk >>>>>(m-n)/d=k...equation 1
m mod d means m=dq1+r1 where q1 is the quotient and r1 is the answer for mod
n mod d means n=dq2+r2 where q2 is the quotient and r2 is the answer for mod

r1-r2= m-dq1-n+dq2 =(m-n)+d(q1-q2)
sub equation 1 into it,
(r1-r2)/d +q1-q2=k

how can i show that q1-q2 is equal to k so that i can conclude r1 and r2 is same. Any1?or any better solution?
[/B]
 
Physics news on Phys.org
You want only natural number solutions, so use only multiplication and addition of variables in your algebra steps. (Do not do divisions that could create fractions.)

With the given information, ##d | (m-n)##, write this out just like your other equations. Also, you can always replace an expression with a new variable, so ##q_1 - q_2 = q##. My recommendation is that you read the equations you create in terms of divisibility and see if you get it. "m minus n divided by d leaves a remainder of"?
 

Similar threads

Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
6K