Midterm 3 Study Guide
- Be able to do general versions of the following:
- Determine the last digit in the decimal expansion of \(23^{123}\).
- Show that \({17}^{24} - {36}^{12}\) is divisible by \(11\).
- Find all solutions to the equation \(5x=10\mod 35\) and the equation \(5x=6\mod 21\).
- Find the order of various elements modulo a prime.
- Determine if a number \(a\) is a quadratic residue modulo a prime \(p\).
- Compute \(g\) and \(T(a,p)\).
- State in mathematical terms and either prove or provide a counterexample:
- Every natural number is congruent, modulo \(n\), to exactly one number from \(\{0,1,2,\ldots, n-1\}\)
- Any set of \(n\) integers, any two of which are incogruent modulo \(n\), forms a complete residue system modulo \(n\).
- If modulo \(n\) a number \(a\) has order \(3\) and a number \(b\) has order \(5\), then their product \(ab\) must have order dividing \(15\).
- If modulo \(n\) a number \(a\) has order \(3\) and a number \(b\) has order \(5\), then their product \(ab\) must have order \(15\).
- For every natural numbers \(a\) and \(n\) there is a positive integer \(k\) such that \(a^k=1\mod n\).
- For every natural numbers \(a\) and \(n\) there are distinct positive integers \(k,j\) such that \(a^k=a^j\mod n\).
- If two numbers are inverses modulo \(n\), then they must have the same order.
- State and prove:
- The various parts of theorem 3.24 about the solution to the equation \(ax=b\mod n\).
- Theorems 3.27 and 3.28 about simultaneous solution to two congruence equations (chinese remainder theorem).
- Fermat’s little theorem (4.14)
- State/Define:
- The \(\phi(n)\) function.
- Euler’s theorem (4.32).
- What it means for a number to be a quadratic residue modulo another number
- The Legendre symbol.
- Euler’s criterion (7.9).
- Gauss’ lemma (7.14), and the definition of \(g\).
- The three laws for computing quadratic residues