I thought about this system of equations that I am interested in finding the solution to. I tried to solve it but wasn't able too since it isn't exactly easy to solve. I was wondering the best way to go about solving it without using brute force in a computer program. Is it even possible to come up with a good solution?
z has to be equal to naught, and it is not possible to use only integers.
$ \begin{cases} z*e*r*o = 0 \\ o*n*e = 1 \\ t*w*o = 2 \\ t*h*r*e*e = 3 \\ f*o*u*r = 4 \\ f*i*v*e = 5 \\ s*i*x = 6 \\ s*e*v*e*n = 7 \\ e*i*g*h*t = 8 \\ n*i*n*e = 9 \\ t*e*n = 10 \\ \end{cases} $