Question 244370
{{{ log(2,8^33) }}}
Notice we can rewrite 8 as 2^3
{{{ log(2,(2^3)^33) }}}
{{{ log(2,2^(3*33)) }}}
{{{ log(2,2^99) }}}
{{{ 99 }}}