Question 1080691
{{{ p = log( q,16 ) }}}
I can express this as:
{{{ p = log( q,2^4 ) }}}
This is the same as:
{{{ p = 4*log( q,2 ) }}}
Divide both sides by {{{ 4 }}}
{{{ log( q,2 ) = p/4 }}}
-----------------------------