Given that a≡b(modn) and c≡d(modn), I need to prove that ac≡bd(modn)
So far, I've only managed to deduce that a+b≡c+d(modn). I don't know if this is usable, but it's there, at least.
Any hint would be greatly appreciated!
Answer
Hint a= b +njc= d+nk⇒ ac=bd+n(__) for an integer (…)
Remark If n=10 then this generalizes a units digit rule well-known from decimal arithmetic, namely mod 10, the units digit of a product is congruent to the product of the unit digits, e.g. 13⋅16=208 has units digit 3⋅6≡8. Said in the language of the Congruence Product Rule
mod 10: 13≡3, 16≡6⇒ 13⋅16≡3⋅6≡8
The Congruence Product Rule may be viewed as a radix n generalization of the units digit product rule. However, it is more general, since the "units digits" b,d need not lie in the interval [0,n−1].
See here for proofs of all of the common congruence arithmetic rules.
No comments:
Post a Comment