Fix typos
Some checks failed
Lints / typos (push) Failing after 17s

This commit is contained in:
2025-01-19 20:24:51 -08:00
parent cb2a1d99dd
commit 5f8c54650f
30 changed files with 105 additions and 49 deletions

View File

@ -305,7 +305,7 @@
\problem{}
Consider a rectangular chocolate bar of arbitrary size. \par
What is the minimum number of breaks you need to make to
seperate all its pieces?
separate all its pieces?
\begin{solution}
number of squares minus one, simple proof by induction.