From this question, we are given a system of equations and a restriction:
Let $a,b,c > 0$ for
$$\begin{cases} \log_a(b^x) & = & 2 \\ \log_b(c^x) & = & 2 \\ \log_c(a^x) & = & 5 \end{cases}$$
$x =\,\,?$
$$\log_a(b^x) = 2 \iff b^x=a^2$$
We now have $$ b^x = a^2 \\ c^x = b^2 \\ a^x = c^5 $$
Adding these up and rearranging, we have
$$a^x + b^x + c^x = a^2 + b^2 + c^5$$
Now $x$ does not seem to have a consistent solution. How is this possible?
A comment suggested this might be due to an over-determined system, but this answer shows that it has the unique solution $x^3 = 20$.
From the original post, we have the following question (which was not answered)
Looks to me like x is equal 2 different numbers at the same time which is strange, what am I doing wrong here?
The problem you're hitting is, as someone in a comment pointed out, you're assuming that: $a^x + b^y + c^z = a^m + b^n + c^o \implies x=m, y=n, z=o$, but this is not true. here's a concrete counterexample:
$$ 1^4 + 2^4 + 4^4 = 1^4 + 2^8 + 4^2$$
Both sides clearly evaluate to 273, use the same constants for $a,b,c$, yet the exponents of each constant are different.
Going back to the original equation in question, it is true that there is some $x$ - specifically $20^{1/3}$ - such that $a^x + b^x + c^x = a^2 + b^2 + c^5$. The error in your logic is that you're trying to partition the sum into 3 parts and say: "$a^x = a^2$, $b^x=b^2$, $c^x = c^5$" when it is not possible to claim that these partitions of the sums are equivalent.
In actuality, there really are three equal partitions in this equation already! They are in fact the first three equations you provided: $$b^x = a^2$$ $$c^x = b^2$$ $$a^x = c^5$$