While I am proving this statement: An = 5^n + 2 (3^(n-1)) + 1 is divisible by 8 for all positive integers, I was wondering if my method of proof is correct if I use the induction method, then use the theorem that d divides (ax+by) or finding linear combinations, and further proving by parity. Is my method of proof correct for this case? (On need-to-know basis.)
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Yes, induction is the way to go. I would prove it like this:
Basis
Let n=1. Then we have
51+2⋅30+1=1,
which is divisible by 8.
Induction step
Let 5k+2⋅3k−1+1 be divisible by 8, for k=1,2,…,n. Then
5n+1+2⋅3n+1
=5⋅5n+3⋅2⋅3n−1+1
=4(5n)+2(2⋅3n−1)+5n+2⋅3n−1+1
=4(5n+3n−1)+5n+2⋅3n−1+1
From our induction hypothesis, 8 divides 5n+2⋅3n−1+1, and we can therefore write it as 8c1 for some c1∈Z. Thus, we only need to show, that 8 divides 4(5n+3n−1), which will be achieved, if we can show that 2 divides 5n+3n−1 - ie. it is even.
It can be shown that the product of two uneven numbers is uneven, and therefore both 5n and 3n−1 are uneven. Furthermore, it can be shown that the sum of two uneven numbers is even. Hence, 5n+3n−1 is even, and we can write it as 2c2 for a suitable c2∈Z. We now have
=4⋅2c2+8c1=8(c1+c2),
which is divisible by 8.
QED