Sorry if the title is wrong, I am not sure what to call this. It's been a really long time since I've taken math, and I can't remember for the life of me how to solve this, nor can I figure out how to Google it. It should come out to $.20$ but I continue to get $.30$.
$100=\frac {70} {(1+r)} + \frac {60} {(1+r)^2} $
$ r = ? $
To reduce the amount of upfront work I'm just going to make the substitution $$t=\frac{1}{1+r}$$ This will give us the equation $$100=70t+60t^2 \text{ or, after reducing a bit } 10=7t+6t^2$$ Solving for $t$ we have $$\begin{array}{lll} 6t^2+7t-10&=&0\\ 6(6t^2+7t-10)&=&0\\ (6t)^2+7(6t)-60&=&0\\ (6t)^2+12(6t)-5(6t)-60&=&0\\ (6t)(6t+12)-5(6t+12)&=&0\\ (6t-5)(6t+12)&=&0\\ 6(6t-5)(t+2)&=&0\\ (6t-5)(t+2)&=&0\\ \end{array}$$ which gives $$t = \frac{5}{6}\text{ or } t=-2$$ or alternatively $$\frac{1}{t}=\frac{6}{5}\text{ or } \frac{1}{t}=-\frac{1}{2}$$ back substituting we have $$1+r = \frac{6}{5}\implies r=\frac{1}{5} \text{ or } 1+r=-\frac{1}{2}\implies r=-\frac{3}{2}$$