I have the following sum to consider:
$ p_i/(1+r)^i $
for i = 1 to 10
My question is, whether this can be somehow evaluated using some sort of mathematical insight without explicitly computing each value? p_i are given and r is const.
I have the following sum to consider:
$ p_i/(1+r)^i $
for i = 1 to 10
My question is, whether this can be somehow evaluated using some sort of mathematical insight without explicitly computing each value? p_i are given and r is const.