I am having trouble and was wondering if someone could go over the steps slowly to show that:
$$2n + 3 < 2^n \ \text{for} \ n \geq 4$$
Any help would be amazing!
I am having trouble and was wondering if someone could go over the steps slowly to show that:
$$2n + 3 < 2^n \ \text{for} \ n \geq 4$$
Any help would be amazing!
Base case: Just check it when $n=4$.
Inductive step: Suppose $2n+3 < 2^n$ for some $n$. Then it must be the case that $$2(2n+3) < 2 \times 2^n$$But what does this tell you?
Hint: Compare the left-hand side of this inequality with $2(n+1)+3$.