You can put this solution on YOUR website! To solve this problem, you are going to need to use the base b logarithm formula to rewrite the problem:
log[base b]a = c means the same as b^c = a
So use this in your problem:
log[b] sqrt(b^3) = x
a = sqrt(b^3), b = b, c = x
Now rewrite as the exponent:
b^c = a
b^x = sqrt(b^3)
The square root of b^3 can be rewritten as b^(3/2) (rule of fractional exponents), so:
b^x = b^(3/2)
So x = 3/2.