- #1
zeion
- 466
- 1
Homework Statement
Show that the statement holds for all positive integers n.
1+2n <= 3^n
Homework Equations
The Attempt at a Solution
n = 1
1+2 <= 3
n = k
1+2k <= 3^k
n = (k+1)
1+2(k+1) <= 3^(k+1)
2k + 3 <= (3)(3^k)
Not sure what to do now
2k/3 + 1 <= 3^k