Hello Allen,
Since all the information you are given relates to the log base b, but you want to calculate a logarithm relative to the base b2, you will need to use the change of base formula. In general, this can be written as
logd(x) = logc(x)/logc(d).
In this case, we can write
logb^2(x) = logb(x)/logb(b2)
But since logb(b2)= 2, we have
(Eq. 1) logb^2(x) = logb(x)/2
Now we can calculate logb^2(3b).
logb^2(3b) = logb^2(3) + logb^2(b)
logb^2(3b) = [logb(3)]/2 + [logb(b)]/2 (using Eq. 1.)
logb^2(3b) ≈ .5646/2 + 1/2
logb^2(3b) ≈ .2823 + .5000
logb^2(3b) ≈ .7823 (to four decimal places.)
Hope that helps! Let me know if you need any further explanation.
William