- #1
KOO
- 19
- 0
Show that for every n∈N, 34n+2 +1 is divisible by 10
Prove by Induction.
Attempt)
Base Case: n = 1, 3(4(1)+2) + 1 = 730
So the base case holds true.
Assume that the inequality holds for n = k
34k+2 +1 is divisible by 10
Show true for n = k+1
34(k+1)+2 + 1
34k+4+2 + 1
34 * 34k+2 + 1
81 * 34k+2 + 1
(80+1) * 34k+2 + 1
80(34k+2) + 34k+2 + 1
80(34k+2) + 34k+2 + 1 is divisible by 10 according to our induction hypotheses.What next?
Prove by Induction.
Attempt)
Base Case: n = 1, 3(4(1)+2) + 1 = 730
So the base case holds true.
Assume that the inequality holds for n = k
34k+2 +1 is divisible by 10
Show true for n = k+1
34(k+1)+2 + 1
34k+4+2 + 1
34 * 34k+2 + 1
81 * 34k+2 + 1
(80+1) * 34k+2 + 1
80(34k+2) + 34k+2 + 1
80(34k+2) + 34k+2 + 1 is divisible by 10 according to our induction hypotheses.What next?
Last edited: