You can put this solution on YOUR website! What does x equal if 9^x=14
Use logs
x*log(9) = log(14)
x = log(14)/log(9)
x =~ 1.20109
---------------------
Another problem....
What does x equal if 8^x=2^x+8
You can do this the same way, or
----
8^x=2^x+8
(2^3)^x = 2^(x+8)
3x = x+8
etc