• Home
  • Textbooks
  • Applied Algebra: Codes, Ciphers and Discrete Algorithms
  • Chinese Remainder Theorem

Applied Algebra: Codes, Ciphers and Discrete Algorithms

Darel W. Hardy, Fred Richman, Carol L. Walker

Chapter 6

Chinese Remainder Theorem - all with Video Answers

Educators


Section 1

Systems of Linear Equations Modulo n

00:51

Problem 1

Solve the system
$$
\begin{array}{r}
2 x+3 y=7 \\
3 x+y=2
\end{array}
$$
in integers modulo 11 by doing mod 11 arithmetic by hand. Check your solution.

Angela Guo
Angela Guo
Numerade Educator
01:49

Problem 2

Solve the system
$$
\begin{aligned}
& 5 x+2 y=3 \\
& 2 x+3 y=7
\end{aligned}
$$
in integers modulo 13 by finding a rational solution by hand, then reducing the solution mod 13. Check your solution.

James Kiss
James Kiss
Numerade Educator
03:11

Problem 3

Evaluate
$$
\left(\begin{array}{ll}
3 & 5 \\
4 & 8
\end{array}\right)^{-1} \bmod 11
$$
by finding
$$
\left(\begin{array}{ll}
3 & 5 \\
4 & 8
\end{array}\right)^{-1}
$$
(with rational entries) and then reducing each entry modulo 11 .

Mauricio Araiza Canizales
Mauricio Araiza Canizales
Numerade Educator

Problem 4

Evaluate
$$
\left(\begin{array}{ll}
3 & 5 \\
4 & 8
\end{array}\right)^{-1} \bmod 11
$$
by doing row reduction modulo 11 on the augmented matrix

Check back soon!

Problem 5

Evaluate
$$
\left(\begin{array}{lll}
2 & 3 & 1 \\
0 & 1 & 5 \\
3 & 7 & 2
\end{array}\right)^{-1} \bmod 17
$$
by finding
$$
\left(\begin{array}{lll}
2 & 3 & 1 \\
0 & 1 & 5 \\
3 & 7 & 2
\end{array}\right)^{-1}
$$
(with rational entries) and then reducing each entry modulo 17.

Check back soon!

Problem 6

Evaluate
$$
\left(\begin{array}{lll}
2 & 3 & 1 \\
0 & 1 & 5 \\
3 & 7 & 2
\end{array}\right)^{-1} \bmod 17
$$
by doing row reduction modulo 17 on the augmented matrix
$$
\left(\begin{array}{llllll}
2 & 3 & 1 & 1 & 0 & 0 \\
0 & 1 & 5 & 0 & 1 & 0 \\
3 & 7 & 2 & 0 & 0 & 1
\end{array}\right)
$$

Check back soon!
03:46

Problem 7

Solve the system
$$
\begin{aligned}
& x+2 y+2 z=5 \\
& 2 x+y+2 z=7 \\
& 2 x+2 y+z=3
\end{aligned}
$$
in integers modulo 13 by doing mod 13 arithmetic by hand. Check your solution.

AG
Ankit Gupta
Numerade Educator
03:22

Problem 8

Solve the system
$$
\begin{array}{r}
5 x+2 y+z=6 \\
2 x+3 y+4 z=1 \\
4 x+y+3 z=2
\end{array}
$$
in integers modulo 7 by finding a rational solution by hand, then reducing the solution mod 7. Check your solution.

Ahmad Reda
Ahmad Reda
Numerade Educator
03:34

Problem 9

Use a computer algebra system to solve the system
$$
\begin{array}{r}
w+x+y+z=23 \\
w+2 x+3 y+4 z=19 \\
w+4 x+9 y+16 z=42 \\
w+8 x+27 y+64 z=73
\end{array}
$$
in integers modulo 91 by solving the system in $\mathbb{Q}$ and reducing modulo 91 .

Ernest Castorena
Ernest Castorena
Numerade Educator
03:34

Problem 10

Use a computer algebra system to solve the system
$$
\begin{array}{r}
w+x+y+z=23 \\
w+2 x+3 y+4 z=19 \\
w+4 x+9 y+16 z=42 \\
w+8 x+27 y+64 z=73
\end{array}
$$
in integers modulo 91 by solving the corresponding matrix equation modulo 91 .

Ernest Castorena
Ernest Castorena
Numerade Educator