I'm doing a practice logarithm problem and I'm stuck. I'm given this reference
$$ \log_a2 = 0.3812\ \ \log_a3 = 0.6013\ \ \log_a5 = 0.9004 $$
And the question is
$$ \log_a(30a)^3 = x $$
The given answer choices are
$$ 3.169,\ 5.6487,\ 8.6487,\ 9.1435 $$
The way I try and solve it is
$$ \log_a2 = x \implies a^x = 2 \text{ and } a^x = y \implies a = y^{1/x} $$
So taking the first reference I should be able to find $a$ but the value I get from the three references is different. And I can't get a solution that matches the answer choices. What is it I'm missing?