Skip to content

Commit 8ad7a0e

Browse files
committed
Fix multiplication property
1 parent 4cc3d64 commit 8ad7a0e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bundles/03-math-1/03_math1.pdf

-32 Bytes
Binary file not shown.

bundles/03-math-1/latex/03_math1.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ \subsubsection{Properties of Modular Arithmetic}
482482
\end{itemize}
483483
\paragraph{\textbf{Multiplication}}
484484
\begin{itemize}
485-
\item if $a = c$, then $a \mod{n} \cdot b \mod{n} \equiv c \mod{n}$.
485+
\item if $a \cdot b = c$, then $a \mod{n} \cdot b \mod{n} \equiv c \mod{n}$.
486486
\item if $a \equiv b \mod{n}$, then $a \cdot k \equiv b \cdot k \mod{n}$ for any integer $k$.
487487
\item if $a \equiv b \mod{n}$ and $c \equiv d \mod{n}$, then $(a \cdot c) \equiv (b \cdot d) \mod{n}$
488488
\end{itemize}

0 commit comments

Comments
 (0)