I'm sick and tired off posting threads about induction... I just can't seem to get it, I need someone to give me a detailed explanation and treat me like a 5 year old, literally. I'm wasting a lot of time trying to revise one topic, and getting nowhere... I just don't understand :O
Here's an attempt :

Base case take(0) = 100 - (2*0) = 100 therefore it holds
Assume n=k holds take(k) = 100-(2*k)
prove take(k+1) = 100-(2*k+1)
take(k+1) = take(k)100-2k+1 take(k+2) = ...
PARENTHESIS!
You want to prove
for the special case when $n=k+1$. So, substitute $k+1$ in place of the $n$, but not only formally, it is a separate unit, needs parenthesis:
Then open the parenthesis, so what you have to prove is
and you're there soon..