Question 1027741
{{{ 2*log( x ) + log(11) }}}
The question must be to make this into a single log
-----------------------
You need 2 general rules:
{{{ a*log(b) = log( b^a ) }}}
and
{{{ log(a) + log(b) = log( a*b ) }}}
---------------------------
{{{ 2*log( x ) + log(11) }}}
{{{ log( x^2 ) + log( 11 ) }}}
{{{ log(( 11*x^2 )) }}}
--------------------
I'm not sure how you can arrive at a "solution"
because there is no equation shown.
Did you leave that out?