1
$\begingroup$

How can I rewrite this equation:

$ \hspace{2in} V_0=\frac{E_1+B_0-B_1}{(1+r)^1} + \frac{E_2+B_1-B_2}{(1+r)^2} + \frac{E_3+B_2-B_3}{1+r)^3} + \dots $

into:

$ \hspace{2in} V_0=B_0+ \frac{E_1-rB_0}{(1+r)^1} + \frac{E_2-rB_1}{(1+r)^2} + \frac{E_3-rB_2}{(1+r)^3} + \dots $

My textbook simply states that this can be done without providing any hints.

I would also appreciate if someone could provide some resources (preferably online) on how to do this sort of algebraic manipulation. I had referred to my textbooks and could not find any hints on how to do this sort of algebraic manipulation.

1 Answers 1

2

Look at each E and B term on the right side. For example, in the top equation you have $\frac{B_0}{1+r}$. In the bottom equation you have $B_0-\frac{rB_0}{1+r}$. Can you see that these are equal? For $B_1$ you start with $\frac{-B_1}{1+r}+\frac{B_1}{(1+r)^2}$ and end with $\frac{-rB_1}{(1+r)^2}$. So $\frac{-B_1}{1+r}+\frac{B_1}{(1+r)^2}=\frac{-B_1(1+r)+B_1}{(1+r)^2}=\frac{-rB_1}{(1+r)^2}$. The rest of the B's are similar. The E's don't change at all.

  • 1
    @Sara: Looking at the expression, nothing happened to the denominators or the E's, but all the B's after $B_0$ shifted one slot to the right. So I focused on the B's2011-02-01