For $x>0$, how many solutions does this equation have? $$\log_{10}(x+\pi)=\log_{10}x+\log_{10}\pi$$ I just don't know where to start. I'm not very familiar to log functions and log problems in general.
2026-04-25 18:14:41.1777140881
Number of positive solutions to $\log_{10}(x+\pi)=\log_{10}x+\log_{10}\pi$
185 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Rewrite the right-hand side using the property $\log ab=\log a+\log b$: $$\log_{10}(\pi+x)=\log_{10}\pi x$$ Exponentiate both sides by 10: $$\pi+x=\pi x$$ This is a linear equation in $x$ and therefore has only one solution. $$x=\frac\pi{\pi-1}$$