2

How do I solve this?

Prove that $3$ divides $14^{2n} -1$ for all $n = 0,\,1,\,2,\,3,\,\ldots$

My calculations are:

Let $n=1$ then $3|14^{2*1}-1 \implies 3|196-1 \implies 3|195$ which is true

Now $n = k$ and assume $3|14^{2k}-1$

let $n = k + 1$

$3|14^{2(k+1)}-1 \implies 3|14^2*14^{k+1}-1$

and $3|14^2-1$ so $3|14^2*14^{k+1}-1$

which makes $3 | 14^{2n}$ true.

I tried starting with $n = 0$ as it's the smallest base but I couldn't get it to work.

Hanul Jeon
  • 27,376
Elias
  • 403
  • 3
  • 15
  • What is $14^0$? In fact what is any non-zero raised to the power zero? Getting that right is the start to the $n=0$ case. – AloneAndConfused Feb 16 '17 at 16:18
  • Why $3|14^{2(k+1)}-1\implies 3|14^2*14^{k+1}-1$?

    I don't see that implication. Besides, $14^{2(k+1)}=(14^2)^{k+1}\neq 14^2\cdot14^{k+1}$.

    – Ángel Mario Gallegos Feb 16 '17 at 16:18
  • You seem to be confusing properties of exponents. For positive numbers, $x,a,b$ you have $x^{a+b}=x^a\cdot x^b$ and $x^{a\cdot b} = (x^a)^b$. $14^{2(k+1)}$ should follow the second identity I mention, not the first. – JMoravitz Feb 16 '17 at 16:28
  • 1
    http://math.stackexchange.com/questions/188657/why-an-bn-is-divisible-by-a-b – lab bhattacharjee Feb 16 '17 at 16:33

3 Answers3

3

If $3|14^{2k}-1$ then $14^{2k}-1=3n$ for some integer $n$. This implies $14^{2k}=3n+1$. Use this to find $14^{2(k+1)}-1=14^2\cdot 14^{2k} - 1$; you should then be able to show that it is divisible by 3.

3

You can certainly start with $n=0$ and save you a small calculation: $14^0-1=0$, and $3|0$.

I think your justification of the inductive step is a bit off. What you need to do is assume that $14^{2k}-1$ is a multiple of 3, and deduce that $14^{2(k+1)}-1$ is a multiple of 3.

So, if $14^{2k}-1=3h$, you have \begin{align} 14^{2(k+1)}-1&=196\times 14^{2k} -1=196\times 14^{2k}-196+196-1\\ \ \\ &=196(14^{2k}-1)+195=196\times 3h+3\times63=3(196h+63), \end{align} a multiple of 3. Then induction implies that $14^{2n}-1$ is a multiple of 3 for all $n\in\mathbb N$.

Martin Argerami
  • 205,756
1

$\begin{align}{\bf Hint}\qquad\qquad\qquad\qquad\,\ \color{#c00}{14^{\large 2}} &=\,\ \color{#c00}{1\! +\! 3k}\\ 14^{\large 2N} &=\,\ 1\! +\! 3j\\ \Rightarrow\, 14^{\large 2(N+1)}\! = \color{#c00}{14^{\large 2}} 14^{\large 2N} &= (1\!+\!3j)(\color{#c00}{1\!+\!3k}) = 1\!+\!3n,\ {\rm for}\ \ n = j\!+\!k\!+\!3jk \end{align}$


Said mod $\,3\!:\ 14^{\large 2}\!\equiv 1\equiv 14^{\large 2N}\!\Rightarrow\, 14^{\large 2(N+1)}\equiv 14^{\large 2} 14^{\large 2N}\!\equiv 1\,$ by the Congruence Product Rule

Or, $ $ equivalently, $\ \left[14^{\large 2}\equiv 1\right]^{\large N}\!\Rightarrow\, 14^{\large 2N}\!\equiv 1^{\large N}\equiv 1\ $ by the Congruence Power Rule, which is an inductive extension of the Product Rule. Thus, using modular arithmetic simplifies the induction to an utterly trivial induction $\ 1^{\large N}\!\equiv\, 1$.

Bill Dubuque
  • 272,048