You can put this solution on YOUR website! If log2 = a and log 3 = b , then express log 1.8 in terms of an and b?
-----------------
Assuming common logs (base 10):
1.8 = 3*3*2/10
log(1.8) = log(3) + log(3) + log(2) - log(10)
= b + b + a - 1
= a + 2b - 1
=======================
If you don't like the 1, then