Skip to content

Commit c9ef41a

Browse files
authored
Merge pull request #21 from spamegg1/feb-2025-typos
- fix 4.4.20 #17
2 parents 35d808a + 6f5a56d commit c9ef41a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Epp.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12136,7 +12136,7 @@ \subsubsection{Exercise 20}
1213612136
The sum of any three consecutive integers is divisible by 3.
1213712137

1213812138
\begin{proof}
12139-
True. Assume $a,b,c$ are any three consecutive integers. By definition of consecutive, $a = n, b = n+1, c = n+2$ for some integer $n$. Then $a+b+c = n+n+1+n+2 = 3n+6 = 3(n+2)$. Let $t = n+2$. Then $t$ is an integer (being a sum of integers). So $a+b+c = 3t$ where $t$ is an integer. So by definition of divisibility, $a+b+c$ is divisible by 3.
12139+
True. Assume $a,b,c$ are any three consecutive integers. By definition of consecutive, $a = n, b = n+1, c = n+2$ for some integer $n$. Then $a+b+c = n+n+1+n+2 = 3n+3 = 3(n+1)$. Let $t = n+1$. Then $t$ is an integer (being a sum of integers). So $a+b+c = 3t$ where $t$ is an integer. So by definition of divisibility, $a+b+c$ is divisible by 3.
1214012140
\end{proof}
1214112141

1214212142
\subsubsection{Exercise 21}
@@ -26823,8 +26823,8 @@ \subsubsection{Exercise 6}
2682326823
\(B \subseteq A\)
2682426824

2682526825
\begin{proof}
26826-
Suppose \(y \in B\). Then \(y = 10b - 3\) for some integer $b$. Then \(y = 10b - 5 + 5 - 3 = 5(b-2) + 2\) where $b-2$
26827-
is an integer. Let \(a = b-2\). Therefore \(y = 5a + 2\) for some integer $a$, therefore \(y \in A\).
26826+
Suppose \(y \in B\). Then \(y = 10b - 3\) for some integer $b$. Then \(y = 10b - 5 + 5 - 3 = 5(2b-1) + 2\) where $2b-1$
26827+
is an integer. Let \(a = 2b-1\). Therefore \(y = 5a + 2\) for some integer $a$, therefore \(y \in A\).
2682826828
This proves \(B \subseteq A\).
2682926829
\end{proof}
2683026830

@@ -42584,7 +42584,7 @@ \subsubsection{Exercise 33}
4258442584
How many students checked \#2 but neither of the other two?
4258542585

4258642586
\begin{proof}
42587-
The number of students who checked \#2 but not \#1 or \#3 is \(N(C) - N(C \cap (H \cup D)) = 17 - (6+2+1) = 8\).
42587+
The number of students who checked \#2 but not \#1 or \#3 is \(N(C) - N(C \cap (H \cup D)) = 26 - (6+2+1) = 17\).
4258842588
\end{proof}
4258942589

4259042590
\subsubsection{Exercise 34}

0 commit comments

Comments
 (0)