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
For all odd integers $a$ and $b$, $b^2 - a^2 \neq 4$. ({\it Hint:} $b^2 - a^2 = (b + a)(b - a)$ and the only way to factor 4 is either $4 = 2\cdot2$ or $4 = 4\cdot1$.)
14380
14380
14381
14381
\begin{proof}
14382
-
\underline{Proof by contradiction:} Suppose not. That is, suppose that there exist odd integers $a$ and $b$ such that $b^2 - a^2 = 4$. {\it [We must show that this supposition leads logically to a contradiction.]} Factoring gives that
14382
+
\underline{Proof by contradiction:} Suppose not.
14383
+
That is, suppose that there exist odd integers $a$ and $b$ such that $b^2 - a^2 = 4$.
14384
+
{\it [We must show that this supposition leads logically to a contradiction.]}
14385
+
14386
+
By definition of odd, there exist integers \(k, l\) such that \(b = 2k+1\) and \(a = 2l+1\).
Now $b > a$ because $b^2 - a^2 = 4 > 0$, and the only way to factor 4 is either $4 = 2\cdot2$ or $4 = 4\cdot1$. Hence either $b + a = b - a = 2$, or $b + a = 4$ and $b - a = 1$ or $b + a = 1$ and $b - a = 4$.
14387
14392
14388
-
In case $b + a = b - a = 2$, then $-a = a$ and so $a = 0$, which is not an odd integer.
14393
+
Therefore \(4(k+l+1)(k-l) = 4\) and \((k+l+1)(k-l) = 1\).
14394
+
14395
+
Since \(k+l+1\) and \(k-l\) are both integers, there are only two possibilities:
14389
14396
14390
-
In case $b + a = 4$ and $b - a = 1$, then $2b = 5$ and so $b = 5/2$, which is not an odd integer.
14397
+
{\bf Case 1:} \(k+l+1 = 1\) and \(k-l = 1\). The first gives us \(k = -l\),
14398
+
substituting this into the second we get \(-2l = 1\) hence \(l = -1/2\)
14399
+
which is not an integer, contradiction.
14391
14400
14392
-
In case $b + a = 1$ and $b - a = 4$, then $2b = 5$ and so $b = 5/2$, which is not an odd integer.
14401
+
{\bf Case 2:} \(k+l+1 = -1\) and \(k-l = -1\). The first gives us \(k = -l-2\),
14402
+
substituting this into the second we get \(-2l-2 = -1\) hence \(l = -1/2\)
14403
+
which is not an integer, contradiction.
14393
14404
14394
-
Thus there are no odd integers $a$ and $b$ such that $b^2 - a^2 - 4$, which contradicts the supposition. {\it [Hence the supposition is false and the given statement is true.]}
14405
+
Thus there are no odd integers $a$ and $b$ such that $b^2 - a^2 - 4$,
14406
+
which contradicts the supposition.
14407
+
{\it [Hence the supposition is false and the given statement is true.]}
if one starts from person \#1 and goes repeatedly around the circle successively eliminating every second person, eventually only person \#$(2m + 1)$ will remain.
21297
21310
21298
21311
\begin{proof}
21299
-
We observe that after eliminating $m$ people (every second person,
21300
-
starting from \#1), we will have removed the people numbered
21312
+
We observe that after eliminating $m$ people (every second person,
21313
+
starting from \#1), we will have removed the people numbered
21301
21314
$\#2, \#4, \ldots,\#(2m)$ leaving person \#$(2m+1)$ next in line.
0 commit comments