Processing math: 100%
Skip to main content

Exercises 5.6 Exercises

2.

Complete the outline of the proof of Proposition 5.2.7, including β€œthe direction when we assume a≑b”.

4.

In Proposition 5.1.1 and Proposition 5.1.3, we found solutions to ax≑b (mod n) in the form of congruence classes modulo n. But since gcd(a,n)=d is so important here, it could be worth asking about congruence classes modulo n/d instead.

Well, for a general congruence ax≑b (mod n), how many congruence classes (mod n/d) do we get? Prove it. (A good approach is to pick a specific problem and try it, then see if you get the same answer in general.)

6.

Write down two linear congruences which do not have solutions modulo 15, but do have solutions modulo 16. (You do not have to solve them.)

For each of the following linear congruences, find all of its solutions.

8.

15x≑9 (mod 25)

9.

6x≑3 (mod 9)

10.

14x≑42 (mod 50)

11.

15x≑42 (mod 50)

12.

13x≑42 (mod 50)

13.

980x≑1540 (mod 1600)

14.

Solve the simultaneous system below. ([E.2.1, Exercise 3.8])

  • x≑1 (mod 4)

  • x≑2 (mod 3)

  • x≑3 (mod 5)

15.

Solve the simultaneous system below.

  • x≑2 (mod 3)

  • x≑4 (mod 5)

  • x≑6 (mod 13)

16.

Find an integer that leaves a remainder of 9 when it is divided by either 10 or 11, but that is divisible by 13.

17.

When eggs in a basket are removed two, three, four, five, or six at a time, there remain, respectively, one, two, three, four, or five eggs. When they are taken out seven at a time, none are left over. Find the smallest number of eggs that could have been contained in the basket. (Brahmagupta, 7th century AD)

18.

Find a problem on the internet about pirates quarreling over treasure (or monkeys over bananas) that could be solved using the CRT, and solve it.

19.

Solve the system 4x≑2 (mod 6), 3x≑5 (mod 7), 2x≑4 (mod 11).

20.

Solve the congruence 5x≑22 (mod 84).

21.

Solve the simultaneous system x≑4 (mod 6), x≑7 (mod 15). Note that this doesn't fit our pattern, but you should still be able to solve this, since there are only two congruences. (Hint: trial and error.)