- #1
ngluth
- 14
- 0
Need some help with this induction problem. I have it thus far
P(n) n> or equal ?, 1+2n < 3^n
consider P(1) 1+2(1) < 3^1 = 4<3 no
consider P(2) 1+2(2) < 3^2 = 5<9 yes
since 5<9, P(2) is established
Show that K > or equal 2
if P(k): 1+2k < 3
then P(k+1): 1+2(k+1) < 3^k+1
so 1 + 2k + 2 < 3^k + 3
2k + 3 < 3^k + 3
Question: am I done? Or is there another step I should be looking at?
P(n) n> or equal ?, 1+2n < 3^n
consider P(1) 1+2(1) < 3^1 = 4<3 no
consider P(2) 1+2(2) < 3^2 = 5<9 yes
since 5<9, P(2) is established
Show that K > or equal 2
if P(k): 1+2k < 3
then P(k+1): 1+2(k+1) < 3^k+1
so 1 + 2k + 2 < 3^k + 3
2k + 3 < 3^k + 3
Question: am I done? Or is there another step I should be looking at?