This is more of a finance related question but deals with some discrete probability and or combinations. The question goes like this. If you buy stock A, and it has a 50% chance of going up 100% in a period, or 50% chance of going down 50%, what is the arithmetic mean return over n periods?
Some people are saying the answer is 25%. But, I don't see how that works out beyond 1 period. For illustration, consider all possible combination of returns over 1 and 2 periods. One has the following,
one period:
1 , 2
1 , 0.5
two periods:
1 , 2 , 1
1 , 0.5, 1
1 , 2 , 4
1 , 0.5 , 0.25
The total and arithmetic mean returns for each scenario are
one period:
100% 100%
-50% -50%
two periods:
0% 0%
0% 0%
300% 150%
-75% -37.5%
So, averaging the first periods mean arithmetic returns, one gets 25%. But, for two periods, averaging the mean arithmetic returns one gets a bit over 28%. Maybe I'm not understanding the definitions of arithmetic returns, but can anyone here tell me what I'm doing wrong? Hopefully someone has some finance knowledge and understands how to calculate arithmetic mean returns.