This is originally from a word problem in which $A$ increases at a rate of $f(x)=3^x$ and $B$ increases at a constant rate of $2x+100$. The problem asks for the point when $A$ overtakes $B$ (intercept).
How do I solve it algebraically using possibly logs or series?
Solve for $x$: $3^x=2x+100$
Thank you!
You need a numeric solution and should know that $3^x$ increases quickly. You can just draw the graphs to get an approximation. Maybe you know that $3^4=9^2=81$ so $x$ is a little bigger than $4$. You might try $3^{4.5}\approx 140$ and find it too large. Now you can just do bisection to get as accurate as you want.