You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
14938
14938
14939
14939
\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}$.
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$.
15137
15146
15138
15147
\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.
Simple graph with five vertices of degrees 2, 3, 3, 3, and 5.
15654
15676
15655
15677
\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.
0 commit comments