1.3 Congruences
1.3 Congruences
Beachy 1
1.3 Congruences
from A Study Guide for Beginner’s by J.A.Beachy,
a supplement to Abstract Algebra by Beachy / Blair
x ≡ 7 (mod 8)
x = 7 + 8q , for some q ∈ Z .
x ≡ 7 + 8q (mod 5) .
x ≡ 2 + 3q (mod 5) .
You should read the proofs of Theorem 1.3.5 and Theorem 1.3.6 very carefully. These
proofs actually show you the necessary techniques to solve all linear congruences of the
form ax ≡ b (mod n), and all simultaneous linear equations of the form x ≡ a (mod n) and
x ≡ b (mod m), where the moduli n and m are relatively prime.
1.3 J.A.Beachy 2
Many of the theorems in the text should be thought of as “shortcuts”. They should
become your friends. You can’t afford to skip over their proofs, because you might miss
important algorithms or computational techniques.
30. (a) Find all solutions to the congruence 55x ≡ 35 (mod 75).
(b) Find all solutions to the congruence 55x ≡ 36 (mod 75).
31. (a) Find one particular integer solution to the equation 110x + 75y = 45.
(b) Show that if x = m and y = n is an integer solution to the equation in part (a),
then so is x = m + 15q and y = n − 22q, for any integer q.
x ≡ a (mod m) x ≡ b (mod n)
36. Find the additive order of each of the following integers, module 20: 4, 5, 6, 7, and 8.
Note: The additive order of a modulo n is defined to be the smallest positive solution
of the congruence ax ≡ 0 (mod n).
37. (a) Compute the last digit in the decimal expansion of 4100 .
(b) Is 4100 divisible by 3?
39. Prove that 10n+1 + 4 · 10n + 4 is divisible by 9, for all positive integers n.
41. Use techniques of this section to prove that if m and n are odd integers, then m2 − n2
is divisible by 8. (Compare Problem 1.2.36.)
42. Prove that 42n+1 − 74n−2 is divisible by 15, for all positive integers n.
43. Prove that the fourth power of an integer can only have 0, 1, 5, or 6 as its units digit.
1.3 J.A.Beachy 3
49. Find the additive order of each of the following elements, by solving the appropriate
congruences.
†(a) 4, 5, 6 modulo 24
(b) 4, 5, 6 modulo 25
50. Find the additive order of each of the following elements, by solving the appropriate
congruences.
(a) 7, 8, 9 modulo 24
(b) 7, 8, 9 modulo 25
2x ≡ 5 (mod 7) 3x ≡ 4 (mod 8)
x ≡ 1 (mod m) x ≡ 0 (mod n)
59.†Use congruences to prove that 52n − 1 is divisible by 24, for all positive integers n.
Note: This is Problem 1.1.38, which at that point required a proof by induction.