We have:
$$16^x = 12^x + 9^x$$
Just by visual inspection one can say that the answer lies somewhere between $1$ and $2$.
I gave the starting point of the iteration as $2$ and plugged the function in and got the answer as $1.6727$. How do I prove that to be correct?
Start with:
$$16^x = 12^x + 9^x$$
Divide both sides by $12^x$
$$(4/3)^x = 1 + (3/4)^x$$
Multiply by $(4/3)^x$
$$((4/3)^x)^2 = (4/3)^x + 1$$
Substitute $a = (4/3)^x$ and solve using the quadratic formula. Remember to only keep the positive root.
$$a^2 - a - 1 = 0$$
$$a = \dfrac{1+\sqrt{5}}{2}$$
$$(4/3)^x = \dfrac{1+\sqrt{5}}{2}$$
Can you solve it from here?