You can put this solution on YOUR website! What is as a single function?
**
log3(6)+log2(5)
convert to log base 10
log(6)/log(3)+log(5)/log(2)
(1/log(3)*log(6)+(1/log(2)*log(5)
log(6^(1/log3))+log(5^(1/log2))
place under single log
log[6^(1/log3)*(5^(1/log2)]
note: (1/log3) and (1/log2) are just numerical exponents of (6) and (5) respectively.