How to solve this limit? $$\underset{x\to \infty }{\text{lim}}\left(4*6^x-3*10^x+8*15^x\right)^{1/x}$$
It is equal $15$ and it seems obvious that it is so. I just can not write it mathematically.
I tried to get rid of $1/x$ in exponent: $$\underset{x\to \infty }{\text{lim}}\left(4*6^x-3*10^x+8*15^x\right)^{1/x}=\exp \left(\underset{x\to \infty }{\text{lim}}\frac{\log \left(4*6^x-3*10^x+8*15^x\right)}{x}\right)$$
Then applied L'Hôpital's rule:
$$\frac{\partial \log \left(4*6^x-3*10^x+8*15^x\right)}{\partial x}=\frac{4*6^x (\log 6)+8*15^x (\log 15)-3*10^x (\log 10)}{4*6^x-3*10^x+8*15^x}$$
So we have:
$$\underset{x\to \infty }{\text{lim}}\left(4*6^x-3*10^x+8*15^x\right)^{1/x}=\\\exp \left(\underset{x\to \infty }{\text{lim}}\frac{4*6^x \log (6)-3*10^x \log (10)+8*15^x \log (15)}{4*6^x-3*10^x+8*15^x}\right)$$
I can apply the rule again but it only gets more complicated.
I was thinking also about some substitution but can not figure out what substitution to use.