Using induction to prove a formula

37 Views Asked by At

Suppose $~a_0 = 1~$ and $~a_n = 2a_{n−1} + 3~$ for all $~n ≥ 1$. Using proof by induction, prove that the formula for an for all $~n ≥ 0~$ is given by $~a_n = 2^{n+2} − 3$.

How can I solve this question?

1

There are 1 best solutions below

0
On

Hint: $a _ n + 3 = 2 ( a_{n-1} +3) $.