I am having trouble sorting out where to begin with solving for unknown value in this equation:
$16^{5a−1} \times 256^{3a} = 128$.
I imagine I would need to change to logarithmic form, but am perplexed by the lack of same base, because if I rearrange into log form:
$\log_{16}(128) \times \log_{16}(128) = (5a-1)+3a$.
Is this an incorrect start? I am thinking that there is a problem with having 128 as N value when it is the product of multiplying two terms. Any directions are much appreciate!
The use of logs is actually unnecessary here, since by coincidence all bases in the equation can be rewritten as a power of a common base (namely, $2$). We can use exponent laws to simply both sides into the form $2^{X} = 2^Y$ and infer that $X = Y$. Indeed, observe that: \begin{align*} 16^{5a - 1} \cdot 256^{3a} &= 128 \\ (2^4)^{5a - 1} \cdot (2^8)^{3a} &= (2^7) \\ 2^{20a - 4} \cdot 2^{24a} &= 2^7 \\ 2^{44a - 4} &= 2^7 \\ 44a - 4 &= 7 \end{align*} and so on.