You cannot solve the equation exactly but you can very well find the number of solutions.
The extrema of the function $10\sin x-x$ are found at the roots of $10\cos x-1=0$, i.e. $\pm\arccos\dfrac1{10}+2k\pi$. The values at the extrema are thus
$$\pm10\sqrt{1-\frac1{100}}\mp\arccos\frac1{10}-2k\pi.$$
As the sine is bounded by $\pm1$, by solving $\pm10-x=0$ we know that no root can arise outside $[-10,10]$. By numerical computation of the extrema in that range (with a sufficient approximation such that the signs are guaranteed exact), you spot $7$ changes of signs, hence $7$ roots.
$$\begin{matrix}x& f(x)\\\hline
-10& \ge0\\
-7.8& -2.2\\
-4.8& 14.8\\
-1.5& -8.5\\
1.5& 8.5\\
4.8& -14.8\\
7.8 &2.2\\
10& \le0\\
\end{matrix}$$

This discussion gives seven starting intervals to refine the roots by numerical methods, such as regula falsi.
\frac x {10}displays as $\frac x {10}$. – Dec 24 '17 at 11:08