izic said:
Alright, I tried that but ended up with (k+1)(2^(k+3)) instead of (k+1)(2^(k+3)+2)). How can I get the "+2" part?
http://i49.tinypic.com/25q6g51.png
It's evident that your algebra skills are lacking. You also appear to skip steps.
In sure that the main purpose of this exercise was to give you some practice working with inductive proofs. You gave gotten all bogged down in the algebra, which is really quite basic.
The "+ 2" part
never gets combined with anything.
Let's start with \displaystyle 2^{k+3}+k\cdot2^{k+2}+k\cdot2^{k+2}+2\,, which is what you started with in your graphic from last post.
You have a repeated term of \displaystyle k\cdot2^{k+2}\,.
In my opinion, the easiest way to look at this is to recognize this as two of something (added together). So just as
\displaystyle x+x=2x
you have
\displaystyle k\cdot2^{k+2}+k\cdot2^{k+2}=2\left(k\cdot2^{k+2} \right)\,.
Of course, you can look at it as
Infinitum suggested and factor out the common factor of \displaystyle 2^{k+2}\,. This will give the same result.
Now, how can you write \displaystyle 2\left(k\cdot2^{k+2} \right)\, in simpler form?
2 times
k times "k+2" factors of 2 is the same thing as k times "k+3" factors of 2.
What does that leave us with?
\displaystyle 2^{k+3}+\underline{\quad\text{ ? }\quad}+2\,.