Skip to content

Commit 9c52744

Browse files
committed
fixes to 1.4, 4.8, 4.9
1 parent 675435f commit 9c52744

2 files changed

Lines changed: 34 additions & 9 deletions

File tree

images/1.4.5.sol.png

1.42 KB
Loading

src/Epp.tex

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,7 +1781,7 @@ \subsubsection{Problem 13}
17811781

17821782
(2) $vvvcccB/ \overset{cc}{\to} vvvc/Bcc \overset{c}{\from} vvvccB/c$
17831783

1784-
After that, they are the same, because there is always only one legal move:
1784+
After that, they are the same:
17851785

17861786
$
17871787
vvvccB/c \overset{cc}{\to} vvv/cccB \overset{c}{\from} vvvcB/cc
@@ -14864,7 +14864,7 @@ \subsubsection{Exercise 34}
1486414864
7,917
1486514865

1486614866
\begin{proof}
14867-
$\sqrt{7,917}$ has the sum of its digits divisible by 3, therefore it's divisible by 3. Therefore, 7,917 is not prime.
14867+
7,917 has the sum of its digits divisible by 3, therefore it's divisible by 3. Therefore, 7,917 is not prime.
1486814868
\end{proof}
1486914869

1487014870
\subsubsection{Exercise 35}
@@ -14937,7 +14937,11 @@ \subsubsection{Exercise 2}
1493714937
Example 4.3.1(h) illustrates a technique for showing that any repeating decimal number is rational. A calculator display shows the result of a certain calculation as \\ 40.72727272727. Can you be sure that the result of the calculation is a rational number? Explain.
1493814938

1493914939
\begin{proof}
14940-
Yes. Since the digits have an infinitely repeating pattern, we can solve it: let $x = 40.7272\ldots$. Then $100x = 4072.7272\ldots$. Subtracting, we get $99x = 4032$ so $x = \frac{4032}{99}$.
14940+
It is possible that the the real result goes haywire in the digits that have been cut off.
14941+
For example 40.7272727272748946811896434...
14942+
14943+
14944+
If we assume that the digits have an infinitely repeating pattern, we can solve it: let $x = 40.7272\ldots$. Then $100x = 4072.7272\ldots$. Subtracting, we get $99x = 4032$ so $x = \frac{4032}{99}$.
1494114945
\end{proof}
1494214946

1494314947
\subsubsection{Exercise 3}
@@ -14952,7 +14956,12 @@ \subsubsection{Exercise 4}
1495214956
A calculator display shows that the result of a certain calculation is 0.2. Can you be sure that the result of the calculation is a rational number?
1495314957

1495414958
\begin{proof}
14955-
Yes.
14959+
It might not be true if the calculator rounds the answer.
14960+
For example, some calculators will round a number like 0.2000000000000000001 to 0.2.
14961+
This is often just a correction of a typical floating point error, in which case
14962+
0.2 is the correct answer and it is safe to say that it is rational.
14963+
Some calculators work based on an assumption that "if it's not repeating digits beyond the display,
14964+
then it's rational". So for such a calculator 0.2 would be rational.
1495614965
\end{proof}
1495714966

1495814967
\subsubsection{Exercise 5}
@@ -15136,7 +15145,17 @@ \subsubsection{Exercise 19}
1513615145
Use proof by contradiction to show that for any integer $n$, it is impossible for $n$ to equal both $3q_1 + r_1$ and $3q_2 + r_2$, where $q_1, q_2, r_1$, and $r_2$ are integers, $0 \leq r_1 < 3, 0 \leq r_2 < 3$, and $r_1 \neq r_2$.
1513715146

1513815147
\begin{proof}
15139-
\underline{By contradiction:} Suppose not. That is, suppose there is an integer $n$ such that $n = 3q_1 + r_1 = 3q_2 + r_2$, where $q_1, q_2, r_1$, and $r_2$ are integers, $0 \leq r1$, 3, $0 \leq r2$, 3, and $r1 \neq r2$. By interchanging the labels for $r_1$ and $r_2$ if necessary, we may assume that $r_2 > r_1$. Then $3(q_1 - q2) = r_2 - r_1 > 0$, and because both $r_1$ and $r_2$ are less than 3, either $r_2 - r1 = 1$ or $r_2 - r_1 = 2$. So either $3(q_1 - q_2) = 1$ or $3(q_1 - q_2) = 2$. The first case implies that $3 \mid 1$, and hence, by Theorem 4.4.1, that $3 \leq 1$, and the second case implies that $3 \mid 2$, and hence, by Theorem 4.4.1, that $3 \leq 2$. These results contradict the fact that 3 is greater than both 1 and 2. Thus in either case we have reached a contradiction, which shows that the supposition is false and the given statement is true.
15148+
\underline{By contradiction:} Suppose not. That is, suppose there is an integer $n$ such
15149+
that $n = 3q_1 + r_1 = 3q_2 + r_2$, where $q_1, q_2, r_1$, and $r_2$ are integers,
15150+
$0 \leq r_1 < 3, 0 \leq r_2 < 3$, and $r_1 \neq r_2$. By interchanging the labels for
15151+
$r_1$ and $r_2$ if necessary, we may assume that $r_2 > r_1$.
15152+
Then $3(q_1 - q2) = r_2 - r_1 > 0$, and because both $r_1$ and $r_2$ are less than 3,
15153+
either $r_2 - r1 = 1$ or $r_2 - r_1 = 2$. So either $3(q_1 - q_2) = 1$ or
15154+
$3(q_1 - q_2) = 2$. The first case implies that $3 \mid 1$, and hence,
15155+
by Theorem 4.4.1, that $3 \leq 1$, and the second case implies that $3 \mid 2$,
15156+
and hence, by Theorem 4.4.1, that $3 \leq 2$. These results contradict the fact that
15157+
3 is greater than both 1 and 2. Thus in either case we have reached a contradiction,
15158+
which shows that the supposition is false and the given statement is true.
1514015159
\end{proof}
1514115160

1514215161
(b)
@@ -15340,7 +15359,8 @@ \subsubsection{Exercise 29}
1534015359
\end{proof}
1534115360

1534215361
\subsubsection{Exercise 30}
15343-
Let $p_1, p_2, p_3, \ldots$ be a list of all prime numbers in ascending order. Here is a table of the first six:
15362+
Let $p_1, p_2, p_3, \ldots$ be a list of all prime numbers in ascending order.
15363+
Here is a table of the first six:
1534415364

1534515365
\begin{center}
1534615366
\arrayrulecolor{cyan}
@@ -15355,7 +15375,9 @@ \subsubsection{Exercise 30}
1535515375
\end{center}
1535615376

1535715377
(a)
15358-
Let $N_1 = p_1, N_2 = p_1 \cdot p_2, N_3 = p_1 \cdot p_2 \cdot p_3, \ldots, N_6 = p_1 \cdot p_2 \cdot p_3 \cdot p_4 \cdot p_5 \cdot p_6$. Calculate $N_1, N_2, N_3, N_4, N_5$, and $N_6$.
15378+
Let $N_1 = p_1 + 1, N_2 = p_1 \cdot p_2 + 1, N_3 = p_1 \cdot p_2 \cdot p_3 + 1, \ldots,
15379+
N_6 = p_1 \cdot p_2 \cdot p_3 \cdot p_4 \cdot p_5 \cdot p_6 + 1$.
15380+
Calculate $N_1, N_2, N_3, N_4, N_5$, and $N_6$.
1535915381

1536015382
{\it Hint:} For example, $N_4 = 2\cdot3\cdot5\cdot7 + 1 = 211$.
1536115383

@@ -15635,7 +15657,7 @@ \subsubsection{Exercise 8}
1563515657
Graph with four vertices of degrees 1, 2, 3, and 4.
1563615658

1563715659
\begin{proof}
15638-
The graph given in Example 4.9.1 satisfies this (parallel edges and self-loops are required to make this happen):
15660+
The graph given in Example 4.9.1 satisfies this:
1563915661
\begin{figure}[ht!]
1564015662
\centering
1564115663
\includegraphics[scale=0.5]{../images/4.9.8.png}
@@ -15653,7 +15675,7 @@ \subsubsection{Exercise 10}
1565315675
Simple graph with five vertices of degrees 2, 3, 3, 3, and 5.
1565415676

1565515677
\begin{proof}
15656-
Similar to Exercise 10, since the graph in question is simple and has 5 vertices, the maximum degree of any vertex is $5 - 1 = 4$, contradicting the fact that a vertex of degree 5 exists. So, such a graph does not exist.
15678+
Similar to Exercise 9, since the graph in question is simple and has 5 vertices, the maximum degree of any vertex is $5 - 1 = 4$, contradicting the fact that a vertex of degree 5 exists. So, such a graph does not exist.
1565715679
\end{proof}
1565815680

1565915681
\subsubsection{Exercise 11}
@@ -15669,6 +15691,9 @@ \subsubsection{Exercise 12}
1566915691
Simple graph with six edges and all vertices of degree 3.
1567015692

1567115693
\begin{proof}
15694+
Since there are 6 edges, the total degree of such a graph has to be \(6 \cdot 2 = 12\).
15695+
Since all vertices have degree 3, there are \(12 / 3 = 4\) vertices.
15696+
1567215697
\begin{figure}[ht!]
1567315698
\centering
1567415699
\includegraphics[scale=0.5]{../images/4.9.12.png}

0 commit comments

Comments
 (0)