Question 1158331
Use:
{{{ log(a) + log(b) = log( a*b ) }}}
and
{{{ log(a) - log(b) = log( a/b ) }}}
-----------------
{{{ log(x) + log( x + 3 ) - log( x^2 - 9 ) }}}
{{{ log(x*( x + 3 ) /( ( x+3 )*( x - 3 )) ) }}}
{{{ log( x/( x-3 ) ) }}}
Note that {{{ x = 3 }}} is not allowed
------------------