You can put this solution on YOUR website! logb 3x + 6(logb x - logb y)
------
logb(3x) + 6logb(x)-6logb(y)
------
= logb(3x) + logb(x^6) - logb(y^6)
------
= logb[3x*x^6/y^6]
---
= logb[3x^7/y^6]
============================
Cheers,
Stan H.
=================