Question 585855
(1) {{{ log(3, 24) + log(3, 2) }}} 
Use the general rule:
{{{ log(a) + log(b) = log(a*b) }}}
(1) {{{ log(3,48) }}}
-------------------
(2) {{{ 3*log(x) + 5*log(y) }}}
Use the previous rule and also:
{{{ b*log(a) = log(a^b) }}}
(2) {{{ log(x^3) + log(y^5) }}}
(2) {{{ log(( x^3y^5 )) }}}