If a number increases by $x\%$ and then decreases by $x\%$ it will be decreased by $\dfrac{x^2}{100}\%$ since $(1+x)(1-x)=1-x^2$. I understand that the decrease is on a value greater than the initial value. My question is why is there an asymmetry between addition and subtraction (or between increasing and decreasing) with respect to multiplication?
To clarify a little bit more:
$(+x)(+x)=(-x)(-x)=+x^2$ and $(+x)(-x)=(-x)(+x)=-x^2$ so there a $50\%$ chance of getting a negative result; the situation is symmetric.
increase followed by increase: increase
increase followed by decrease of same percentage: decrease
decrease followed by increase of same percentage: decrease
decrease followed by decrease: decrease
so there's a $75\%$ chance of the result being a decrease. Why is there an asymmetry in this case?
My first reaction was that yes, there is asymmetry in the sense you are speaking of. It seems that if you denote by $I$ increase by percentage and by $D$ decrease by percentage, that the whole thing corresponds to multiplication table
\begin{array}{c|c|c} & I & D\\ \hline I & I & D\\ \hline D & D & D \end{array}
(This is just multiplication in $\mathbb Z/2\mathbb Z$, which arises naturally with many binary properties. For example, consider even and odd numbers, adding them corresponds to addition in $\mathbb Z/2\mathbb Z$, while multiplying them to multiplication in $\mathbb Z/2\mathbb Z$ - you get the same "asymmetry".)
However, this is not an accurate description. If you fix some percentage, then you just don't have $I^2 = I$, or any other of the identities from the above table, simply for the reason that increase/decrease is by some different percentage. If you want to say, that $I$ is any increase and $D$ is any decrease, then $ID$ is undefined.
So, instead of fixing a percentage, let us just consider $(-1,\infty)\subseteq \mathbb R$ and binary operation $x*y = x+y+xy$ on it. It turns out that this is a group.
But, why this operation?
Well, it turns out that $(1+x)(1+y) = 1+ x+y+xy = 1+ x*y$, so this group models our increase/decrease by percentage. Negative numbers correspond to decrease and positive to increase.
The neutral for this operation is $0$ and the inverse is given by $x^{-1} = \frac{-x}{1+x}$. If $x\in(-1,0)$, then $x^{-1}>0$ and $|x^{-1}| > |x|$, which we interpret as decrease "being stronger" than increase.
If we extend this operation to $[-1,\infty)$, it is no longer group, but we don't actually care about it. Pick any probability distribution $D$ on $[-1,\infty)$ and consider two independent equally distributed random variables $X,Y\sim D$. Let $\mu = E(X) = E(Y)$ be the expected value. Then, $E(X*Y) = E(X+Y+XY) = E(X)+E(Y) + E(X)E(Y) = 2\mu + \mu^2$.
Now, this is where it gets interesting, $\mu^2 + 2\mu < 0$ if and only if $\mu < 0 $, $\mu^2 + 2\mu >0$ if and only if $\mu > 0 $ and $\mu^2 + 2\mu = 0$ if and only if $\mu = 0$. There is no asymmetry: if you pick random increase/decrease in percentage, what you can expect depends on distribution you chose. Unless you were specifically biased towards choosing decrease, you shouldn't expect to get overall decrease.
TL;DR There is no asymmetry.