Skip to content

Commit abb4a3f

Browse files
committed
fixes to 9.1.21(c), 4.1.21, 4.5.17
1 parent 8c2f384 commit abb4a3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Epp.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10490,7 +10490,7 @@ \subsubsection{Exercise 21}
1049010490

1049110491
$20 = 4^2 + 2^2$
1049210492

10493-
$22 = 2^2 + 2^2 + 3^2$
10493+
$22 = 2^2 + 3^2 + 3^2$
1049410494

1049510495
$24 = 4^2 + 2^2 + 2^2$
1049610496
\end{proof}
@@ -12870,7 +12870,7 @@ \subsubsection{Exercise 17}
1287012870

1287112871
By definition of even, $n = 2k + 1$ for some integer $k$.
1287212872

12873-
Then $n^2-n + 3 = (2k+1)^2 - 2(k+1) + 3 = 4k^2 + 4k + 4 - 2k - 2 + 3 = 4k^2 + 2k + 5 = 2(2k^2 + k + 2) + 1$.
12873+
Then $n^2-n + 3 = (2k+1)^2 - (2k+1) + 3 = 4k^2 + 4k + 4 - 2k - 2 + 3 = 4k^2 + 2k + 5 = 2(2k^2 + k + 2) + 1$.
1287412874

1287512875
Let $t = 2k^2 + k + 2$, which is an integer because it is a sum and product of integers. So $n^2 - n + 3 = 2t+1$ where $t$ is an integer. So by definition of odd, $n^2 - n + 3$ is odd.
1287612876
\end{proof}
@@ -40182,7 +40182,7 @@ \subsubsection{Exercise 21}
4018240182
\begin{proof}
4018340183
Of the integers from 10 through 99 that are multiples of 4, the smallest is 12 \((= 4 \cdot 3)\) and the largest is 96
4018440184
\((= 4 \cdot 24)\). Thus there are \(24 - 3 + 1 = 22\) two-digit integers that are multiples of 4. Hence the
40185-
probability that a randomly chosen two-digit integer is a multiple of 4 is \(22/90 \approx 36.6\%\).
40185+
probability that a randomly chosen two-digit integer is a multiple of 4 is \(22/90 \approx 24.4\%\).
4018640186
\end{proof}
4018740187

4018840188
\subsubsection{Exercise 22}

0 commit comments

Comments
 (0)