Is there any way to get something out of: $50x + 5y - 18z = 0$ ?
I found this trying to solve this:
\begin{equation} xyz+xyz+xyz=zzz \end{equation}
in which xyz are not multiplying themselves. They're just variable of a number; for example, let's say that x=2;y=1;z=8, then xyz=218. As you can see in the example before, x is in the hundreds place, y in the tens and z in the ones.
Then:
\begin{equation} xyz + xyz + xyz = zzz \end{equation} \begin{equation} 3 (xyz) = zzz \end{equation} \begin{equation} 3 [(x*100)+(y*10)+(z*1)] = (z*111) \end{equation} \begin{equation} 50x + 5y - 18z = 0 \end{equation}
From here I couldn't get nothing more than separating x,y or z; nothing more than variables.
Is there any way to extract values from it? I was thinking about solving it by linear algebra, but it's only 1 equation (and 3 variables).
The answer is:
x=1; y=8; z=5
Thanks advance,
Luiz.