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

@ -79,7 +79,7 @@ Using generating functions, find two six-sided dice whose sum has the same
distribution as the sum of two standard six-sided dice? \par
That is, for any integer $k$, the number if ways that the sum of the two
nonstandard dice rolls as $k$ is equal to the numer of ways the sum of
nonstandard dice rolls as $k$ is equal to the number of ways the sum of
two standard dice rolls as $k$.
\hint{factor polynomials.}
\begin{solution}