Question 270122

.
Starting with:
{{{ log(b,sqrt(b^3)) }}}
.
{{{ log(b,(b^3)^(1/2)) }}}
.
{{{ (1/2)log(b,b^3) }}}
.
{{{ (1/2)(3) }}}
.
{{{ 3/2 }}}
.