I had a simple looking math problem the other day:
Solve for $y(x) = 0$: $$ 10^{2x} - 101 \cdot 10^x + 100 = 0$$
Since I have three summands, I cannot just put them to either side of the equation and apply $\log_{10}$ to it. And I cannot see how I could factor this to get it into a product to use $\log_{10}$.
Mathematica gave me $x = 2$ as a result which seems correct. How can I find the solution to this one? It is supposed to be an elementary problem for an applied math class.