Minor errors

This commit is contained in:
2023-10-26 09:42:02 -07:00
parent a460f4f376
commit 1c5addd931
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ $\gcd(ac + b, a) = \gcd(a, b)$
\problem{}
Compute $\gcd(668, 6)$ \hint{$668 = 111 \times 6 + 2$}
Compute $\gcd(668, 6)$. \hint{$668 = 111 \times 6 + 2$}
Then, compute $\gcd(3 \times 668 + 6, 668)$.
\vfill