The question is to find out the solution of the following system of equations $$\log_{10}(x^3-x^2)=\log_5y^2$$ $$\log_{10}(y^3-y^2)=\log_5z^2$$ $$\log_{10}(z^3-z^2)=\log_5x^2$$
Letting $f(x)=5^{\log_{10}(x^3-x^2)}$.The equations can be expressed as $f(x)=y^2$,$f(y)=z^2$,$f(z)=x^2$.Now $(x^3-x^2)=x^2(x-1)$.So that it is a increasing in nature.Hence if $x>y$ then $f(x)>f(y)\implies y>z\implies z>x$.A contradiction.Hence the only solution is $x=y=z$.Is there another way to solve this problem without going in for contradiction?Thanks.