Solve the following recurrence relations by examining the first few values for a formula and then proving your conjectured formula by induction.
(a) $h_{n}=3 h_{n-1}, \quad(n \geq 1) ; h_{0}=1$
(b) $h_{n}=h_{n-1}-n+3,(n \geq 1) ; h_{0}=2$
(c) $h_{n}=-h_{n-1}+1,(n \geq 1) ; h_{0}=0$
(d) $h_{n}=-h_{n-1}+2,(n \geq 1) ; h_{0}=1$
(e) $h_{n}=2 h_{n-1}+1, \quad(n \geq 1) ; h_{0}=1$