You can put this solution on YOUR website! (3log(4,x^2))+((1/2)log(4,sqrt(x)))
----
3log4(x^2) + (1/2)log4(sqrt(x))
-----
log4(x^6) + log4(x^(1/4)
---
log4[x^6*x^(1/4)]
----
= log4(x^6+1/4)
===
= log4(x^(25/4))
---
= (25/4)log4(x)
-----------------
Cheers,
Stan H.
============