You can put this solution on YOUR website! log2(x) + log6(x) = 3
----
log(x)/log(2) + log(x)/log(6) = 3
----
Factor out the log(x):
log(x)[1/log(2) + 1/log(6)] = 3
---
Simplify:
log(x)[(log(6)+log(2))/log(6)*log(2] = 3
---
log(x)[4.6070] = 3
log(x) = 3/4.6070
log(x) = 0.6512
---
x = 10^0.6512
x = 4.4790
================
Cheers,
Stan H.
===============