You can put this solution on YOUR website! log 81^x=1/4
----
base = 10
exponent = 1/4
result = 81^x
----
Write in exponential form:
10^(1/4) = 81^x
---
81^x = 1.7783
---
Take the log of both sides to get:
x*log(81) = log(1.7783)
---
x = log(1.7783)/log(81)
x = 0.1310
================
Cheers,
Stan H.